Searched refs:array_pop (Results 1 – 25 of 25) sorted by relevance
2 Test array_pop behaviour6 array_pop($GLOBALS);13 echo array_pop($a), "\n";18 echo array_pop($b), "\n";22 echo array_pop($c), "\n";
2 Bug #21998 (array_pop() does not reset the current array position)9 var_dump(array_pop($a));11 var_dump(array_pop($a));13 var_dump(array_pop($a));
2 Bug #36975 (natcasesort() causes array_pop() to misbehave)10 $val = array_pop($a);15 array_pop($b);22 array_pop($c);
8 array_pop($array);
2 Test array_pop() function (variation)35 var_dump( array_pop($mixed_array[1]) );
2 Test array_pop() function6 array_pop($GLOBALS);39 var_dump( array_pop($sub_array) );
14 array_pop($e);
2 array_pop() function precerve foreach by reference iterator pointer9 array_pop($a);
2 unset() CV 9 (unset() of global variable in array_pop($GLOBALS))6 echo array_pop($GLOBALS);
2 Bug #69758 (Item added to array not being removed by array_pop/shift)19 $oldCondition = array_pop($conditions);
11 array_pop($this->bar);18 array_pop($this->bar);
17 $object_type = array_pop((ObjectPath::getType()));
12 array_pop($refedArray);20 array_pop($refedArray);
60 array_pop($a);68 array_pop($a);
36 $transform = 'array_pop($a);';
38 $transform = 'array_pop($a);';
29 var_dump(array_pop($row));
1232 $cond = array_pop($conds);1238 array_pop($conds);
1583 while ($test = array_pop($waitingTests[$key])) {1609 while (count($files) <= $batchSize && $file = array_pop($test_files)) {
136 function array_pop(array &$array): mixed {} function
2266 ZEND_FUNCTION(array_pop);2891 ZEND_FE(array_pop, arginfo_array_pop)
3175 PHP_FUNCTION(array_pop) argument
1554 $lastdef = array_pop($specs);
Completed in 84 milliseconds