Home
last modified time | relevance | path

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

/PHP-8.0/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) );
H A Dnegative_index.phpt14 array_pop($e);
/PHP-8.0/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-8.0/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-8.0/ext/pgsql/tests/
H A Dbug77047.phpt29 var_dump(array_pop($row));
/PHP-8.0/build/
H A Dgen_stub.php1232 $cond = array_pop($conds);
1238 array_pop($conds);
/PHP-8.0/
H A Drun-tests.php1583 while ($test = array_pop($waitingTests[$key])) {
1609 while (count($files) <= $batchSize && $file = array_pop($test_files)) {
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php136 function array_pop(array &$array): mixed {} function
H A Dbasic_functions_arginfo.h2266 ZEND_FUNCTION(array_pop);
2891 ZEND_FE(array_pop, arginfo_array_pop)
H A Darray.c3175 PHP_FUNCTION(array_pop) argument
/PHP-8.0/Zend/
H A Dzend_vm_gen.php1554 $lastdef = array_pop($specs);

Completed in 84 milliseconds