Home
last modified time | relevance | path

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

/PHP-7.4/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";
H A Dbug21998.phpt2 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));
H A Dbug36975.phpt2 Bug #36975 (natcasesort() causes array_pop() to misbehave)
10 $val = array_pop($a);
15 array_pop($b);
22 array_pop($c);
H A Dbug67693.phpt8 array_pop($array);
H A Darray_pop_variation.phpt2 Test array_pop() function (variation)
35 var_dump( array_pop($mixed_array[1]) );
H A Darray_pop.phpt2 Test array_pop() function
6 array_pop($GLOBALS);
39 var_dump( array_pop($sub_array) );
/PHP-7.4/Zend/tests/
H A Dforeach_014.phpt2 array_pop() function precerve foreach by reference iterator pointer
9 array_pop($a);
H A Dunset_cv09.phpt2 unset() CV 9 (unset() of global variable in array_pop($GLOBALS))
6 echo array_pop($GLOBALS);
H A Dbug69758.phpt2 Bug #69758 (Item added to array not being removed by array_pop/shift)
19 $oldCondition = array_pop($conditions);
H A Dbug71336.phpt11 array_pop($this->bar);
18 array_pop($this->bar);
H A Dbug35393.phpt17 $object_type = array_pop((ObjectPath::getType()));
/PHP-7.4/tests/lang/
H A DforeachLoop.009.phpt12 array_pop($refedArray);
20 array_pop($refedArray);
H A DforeachLoop.002.phpt60 array_pop($a);
68 array_pop($a);
H A DforeachLoop.012.phpt36 $transform = 'array_pop($a);';
H A DforeachLoop.014.phpt38 $transform = 'array_pop($a);';
H A DforeachLoop.013.phpt36 $transform = 'array_pop($a);';
H A DforeachLoop.015.phpt38 $transform = 'array_pop($a);';
/PHP-7.4/ext/pgsql/tests/
H A Dbug77047.phpt29 var_dump(array_pop($row));
/PHP-7.4/ext/standard/
H A Dphp_array.h60 PHP_FUNCTION(array_pop);
H A Dbasic_functions.c3357 PHP_FE(array_pop, arginfo_array_pop)
H A Darray.c3225 PHP_FUNCTION(array_pop) argument
/PHP-7.4/
H A Drun-tests.php1534 while ($test = array_pop($waitingTests[$key])) {
1554 while (count($files) <= $batchSize && $file = array_pop($test_files)) {
/PHP-7.4/Zend/
H A Dzend_vm_gen.php1575 $lastdef = array_pop($specs);

Completed in 99 milliseconds