Home
last modified time | relevance | path

Searched refs:array_pop (Results 1 – 24 of 24) sorted by path

/PHP-7.2/Zend/tests/
H A Dbug35393.phpt17 $object_type = array_pop((ObjectPath::getType()));
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 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);
/PHP-7.2/Zend/
H A Dzend_vm_gen.php1340 $lastdef = array_pop($specs);
/PHP-7.2/ext/pgsql/tests/
H A Dbug77047.phpt29 var_dump(array_pop($row));
/PHP-7.2/ext/spl/internal/
H A Dspldoublylinkedlist.inc56 return array_pop($this->_llist);
/PHP-7.2/ext/standard/
H A Darray.c3223 PHP_FUNCTION(array_pop) argument
H A Dbasic_functions.c3335 PHP_FE(array_pop, arginfo_array_pop)
H A Dphp_array.h62 PHP_FUNCTION(array_pop);
/PHP-7.2/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 Darray_pop.phpt2 Test array_pop() function
6 array_pop($GLOBALS);
39 var_dump( array_pop($sub_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, integer 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 Darray_pop_variation.phpt2 Test array_pop() function (variation)
35 var_dump( array_pop($mixed_array[1]) );
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);
/PHP-7.2/tests/lang/
H A DforeachLoop.002.phpt60 array_pop($a);
68 array_pop($a);
H A DforeachLoop.009.phpt12 array_pop($refedArray);
20 array_pop($refedArray);
H A DforeachLoop.012.phpt36 $transform = 'array_pop($a);';
H A DforeachLoop.013.phpt36 $transform = 'array_pop($a);';
H A DforeachLoop.014.phpt38 $transform = 'array_pop($a);';
H A DforeachLoop.015.phpt38 $transform = 'array_pop($a);';

Completed in 78 milliseconds