Home
last modified time | relevance | path

Searched refs:array_pop (Results 1 – 25 of 2735) sorted by relevance

12345678910>>...110

/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/pomo/
H A Dplural-forms.php137 array_pop( $stack );
221 $o2 = array_pop( $stack );
278 $v2 = array_pop( $stack );
279 $v1 = array_pop( $stack );
284 $v2 = array_pop( $stack );
285 $v1 = array_pop( $stack );
290 $v2 = array_pop( $stack );
291 $v1 = array_pop( $stack );
296 $v2 = array_pop( $stack );
297 $v1 = array_pop( $stack );
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/pomo/
H A Dplural-forms.php137 array_pop( $stack );
221 $o2 = array_pop( $stack );
278 $v2 = array_pop( $stack );
279 $v1 = array_pop( $stack );
284 $v2 = array_pop( $stack );
285 $v1 = array_pop( $stack );
290 $v2 = array_pop( $stack );
291 $v1 = array_pop( $stack );
296 $v2 = array_pop( $stack );
297 $v1 = array_pop( $stack );
[all …]
/dports/www/yourls/YOURLS-1.8.2/includes/vendor/pomo/pomo/src/Parser/
H A DPluralForms.php136 array_pop($stack);
220 $o2 = array_pop($stack);
276 $v2 = array_pop($stack);
277 $v1 = array_pop($stack);
282 $v2 = array_pop($stack);
283 $v1 = array_pop($stack);
288 $v2 = array_pop($stack);
289 $v1 = array_pop($stack);
294 $v2 = array_pop($stack);
295 $v1 = array_pop($stack);
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/ParserFunctions/includes/
H A DExprParser.php340 array_pop( $operators );
344 array_pop( $operators );
377 array_pop( $operators );
408 $arg = array_pop( $stack );
501 $arg = array_pop( $stack );
564 $arg = array_pop( $stack );
571 $arg = array_pop( $stack );
578 $arg = array_pop( $stack );
585 $arg = array_pop( $stack );
595 $arg = array_pop( $stack );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/ParserFunctions/includes/
H A DExprParser.php337 array_pop( $operators );
341 array_pop( $operators );
374 array_pop( $operators );
404 $arg = array_pop( $stack );
497 $arg = array_pop( $stack );
560 $arg = array_pop( $stack );
567 $arg = array_pop( $stack );
574 $arg = array_pop( $stack );
581 $arg = array_pop( $stack );
591 $arg = array_pop( $stack );
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/ParserFunctions/includes/
H A DExprParser.php337 array_pop( $operators );
341 array_pop( $operators );
374 array_pop( $operators );
404 $arg = array_pop( $stack );
497 $arg = array_pop( $stack );
560 $arg = array_pop( $stack );
567 $arg = array_pop( $stack );
574 $arg = array_pop( $stack );
581 $arg = array_pop( $stack );
591 $arg = array_pop( $stack );
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/array/
H A Darray_pop_errors.phpt2 Test array_pop() function (errors)
32 var_dump( array_pop() );
35 var_dump( array_pop($number) );
38 var_dump( array_pop($str) );
41 var_dump( array_pop($mixed_array[1],$mixed_array[2]) );
44 var_dump( array_pop($empty_array) );
51 Warning: array_pop() expects exactly 1 parameter, 0 given in %s on line %d
54 Warning: array_pop() expects parameter 1 to be array, int given in %s on line %d
57 Warning: array_pop() expects parameter 1 to be array, string given in %s on line %d
60 Warning: array_pop() expects exactly 1 parameter, 2 given in %s on line %d
H A D006.phpt2 Test array_pop behaviour
6 array_pop($GLOBALS);
13 echo array_pop($a), "\n";
18 echo array_pop($b), "\n";
22 echo array_pop($c), "\n";
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/array/
H A Darray_pop_errors.phpt2 Test array_pop() function (errors)
32 var_dump( array_pop() );
35 var_dump( array_pop($number) );
38 var_dump( array_pop($str) );
41 var_dump( array_pop($mixed_array[1],$mixed_array[2]) );
44 var_dump( array_pop($empty_array) );
51 Warning: array_pop() expects exactly 1 parameter, 0 given in %s on line %d
54 Warning: array_pop() expects parameter 1 to be array, int given in %s on line %d
57 Warning: array_pop() expects parameter 1 to be array, string given in %s on line %d
60 Warning: array_pop() expects exactly 1 parameter, 2 given in %s on line %d
H A D006.phpt2 Test array_pop behaviour
6 array_pop($GLOBALS);
13 echo array_pop($a), "\n";
18 echo array_pop($b), "\n";
22 echo array_pop($c), "\n";
/dports/net-mgmt/observium/observium/
H A Dirc.php255 $devcount = array_pop(dbFetchRow("SELECT count(*) FROM devices"));
256 …$devup = array_pop(dbFetchRow("SELECT count(*) FROM devices WHERE status = '1' AND `ignore` = '0'…
257 …$devdown = array_pop(dbFetchRow("SELECT count(*) FROM devices WHERE status = '0' AND `ignore` = '0…
258 $devign = array_pop(dbFetchRow("SELECT count(*) FROM devices WHERE `ignore` = '1'"));
259 $devdis = array_pop(dbFetchRow("SELECT count(*) FROM devices WHERE `disabled` = '1'"));
262 $prtcount = array_pop(dbFetchRow("SELECT count(*) FROM ports"));
270 $srvcount = array_pop(dbFetchRow("SELECT count(service_id) FROM services"));
271 …$srvup = array_pop(dbFetchRow("SELECT count(service_id) FROM services WHERE service_status = '1' …
272 …$srvdown = array_pop(dbFetchRow("SELECT count(service_id) FROM services WHERE service_status = '0'…
273 …$srvign = array_pop(dbFetchRow("SELECT count(service_id) FROM services WHERE service_ignore = '1'"…
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/TabCompletion/Matcher/
H A DObjectMethodDefaultParametersMatcher.php18 $openBracket = \array_pop($tokens);
19 $functionName = \array_pop($tokens);
20 $methodOperator = \array_pop($tokens);
22 $objectToken = \array_pop($tokens);
51 $openBracket = \array_pop($tokens);
57 $functionName = \array_pop($tokens);
63 $operator = \array_pop($tokens);
H A DClassMethodDefaultParametersMatcher.php18 $openBracket = \array_pop($tokens);
19 $functionName = \array_pop($tokens);
20 $methodOperator = \array_pop($tokens);
44 $openBracket = \array_pop($tokens);
50 $functionName = \array_pop($tokens);
56 $operator = \array_pop($tokens);
H A DMongoDatabaseMatcher.php30 $firstToken = \array_pop($tokens);
33 \array_pop($tokens);
35 $objectToken = \array_pop($tokens);
56 $token = \array_pop($tokens);
57 $prevToken = \array_pop($tokens);
H A DMongoClientMatcher.php30 $firstToken = \array_pop($tokens);
33 \array_pop($tokens);
35 $objectToken = \array_pop($tokens);
60 $token = \array_pop($tokens);
61 $prevToken = \array_pop($tokens);
H A DObjectAttributesMatcher.php33 $firstToken = \array_pop($tokens);
36 \array_pop($tokens);
38 $objectToken = \array_pop($tokens);
67 $token = \array_pop($tokens);
68 $prevToken = \array_pop($tokens);
H A DObjectMethodsMatcher.php33 $firstToken = \array_pop($tokens);
36 \array_pop($tokens);
38 $objectToken = \array_pop($tokens);
69 $token = \array_pop($tokens);
70 $prevToken = \array_pop($tokens);
/dports/archivers/pear-Horde_Compress/Horde_Compress-2.2.3/lib/Horde/Compress/
H A DDbx.php125 $IndexItemsCount = array_pop(unpack('S', substr($data, 0xC4, 4)));
185 $f = array_pop(unpack('L', substr($FlagsBuffer, $i * 4, 4)));
191 $message_info['MsgFlags'] = array_pop(unpack('C', substr($DataBuffer, $pos++, 1)));
192 … $message_info['MsgFlags'] += array_pop(unpack('C', substr($DataBuffer, $pos++, 1))) * 256;
193 … $message_info['MsgFlags'] += array_pop(unpack('C', substr($DataBuffer, $pos, 1))) * 65536;
198 $pos += array_pop(unpack('L', substr($FlagsBuffer, $i * 4, 4))) >> 8;
199 … $message_info[$this->_flagArray[$mask]] = array_pop(unpack('L', substr($DataBuffer, $pos, 4)));
211 $pos += array_pop(unpack('L', substr($FlagsBuffer, $i * 4, 4))) >> 8;
216 $pos += array_pop(unpack('L', substr($FlagsBuffer, $i * 4, 4))) >> 8;
217 $message_info['Received'] = array_pop(unpack('L', substr($DataBuffer, $pos, 4)));
[all …]
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Compress/Horde/Compress/
H A DDbx.php125 $IndexItemsCount = array_pop(unpack('S', substr($data, 0xC4, 4)));
185 $f = array_pop(unpack('L', substr($FlagsBuffer, $i * 4, 4)));
191 $message_info['MsgFlags'] = array_pop(unpack('C', substr($DataBuffer, $pos++, 1)));
192 … $message_info['MsgFlags'] += array_pop(unpack('C', substr($DataBuffer, $pos++, 1))) * 256;
193 … $message_info['MsgFlags'] += array_pop(unpack('C', substr($DataBuffer, $pos, 1))) * 65536;
198 $pos += array_pop(unpack('L', substr($FlagsBuffer, $i * 4, 4))) >> 8;
199 … $message_info[$this->_flagArray[$mask]] = array_pop(unpack('L', substr($DataBuffer, $pos, 4)));
211 $pos += array_pop(unpack('L', substr($FlagsBuffer, $i * 4, 4))) >> 8;
216 $pos += array_pop(unpack('L', substr($FlagsBuffer, $i * 4, 4))) >> 8;
217 $message_info['Received'] = array_pop(unpack('L', substr($DataBuffer, $pos, 4)));
[all …]
/dports/finance/prestashop/prestashop/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/
H A DPartitionOptionsProcessor.php164 $last = array_pop($parsed);
181 $last = array_pop($parsed);
182 $subtree = array_pop($last['sub_tree']);
201 $last = array_pop($parsed);
239 $last = array_pop($parsed);
255 $last = array_pop($parsed);
256 $subtree = array_pop($last['sub_tree']);
257 $key = array_pop($subtree['sub_tree']);
288 $last = array_pop($parsed);
289 $subtree = array_pop($last['sub_tree']);
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/
H A DPartitionOptionsProcessor.php164 $last = array_pop($parsed);
181 $last = array_pop($parsed);
182 $subtree = array_pop($last['sub_tree']);
201 $last = array_pop($parsed);
239 $last = array_pop($parsed);
255 $last = array_pop($parsed);
256 $subtree = array_pop($last['sub_tree']);
257 $key = array_pop($subtree['sub_tree']);
288 $last = array_pop($parsed);
289 $subtree = array_pop($last['sub_tree']);
[all …]
/dports/deskutils/phpicalendar/phpicalendar-2.4/lib/HTTP/CalDAV/Tools/
H A DICalendarParser.php270 array_pop($this->_compStack);
271 array_pop($this->_startOffsetStack);
272 array_pop($this->_offsetStack);
273 array_pop($this->_valueStack);
274 array_pop($this->_filterStack);
291 $this->comps[] = array_pop($this->_compStack);
292 $this->offsets[] = array(array_pop($this->_startOffsetStack), $offset);
293 array_pop($this->_offsetStack);
294 array_pop($this->_valueStack);
295 array_pop($this->_filterStack);
/dports/lang/php80/php-8.0.15/ext/standard/tests/array/
H A D006.phpt2 Test array_pop behaviour
6 array_pop($GLOBALS);
13 echo array_pop($a), "\n";
18 echo array_pop($b), "\n";
22 echo array_pop($c), "\n";
/dports/lang/php74/php-7.4.27/ext/standard/tests/array/
H A D006.phpt2 Test array_pop behaviour
6 array_pop($GLOBALS);
13 echo array_pop($a), "\n";
18 echo array_pop($b), "\n";
22 echo array_pop($c), "\n";
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/array/
H A D006.phpt2 Test array_pop behaviour
6 array_pop($GLOBALS);
13 echo array_pop($a), "\n";
18 echo array_pop($b), "\n";
22 echo array_pop($c), "\n";

12345678910>>...110