Searched refs:array_pop (Results 1 – 24 of 24) sorted by relevance
2 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 %d54 Warning: array_pop() expects parameter 1 to be array, integer given in %s on line %d57 Warning: array_pop() expects parameter 1 to be array, string given in %s on line %d60 Warning: array_pop() expects exactly 1 parameter, 2 given in %s on line %d
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) );
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);';
62 PHP_FUNCTION(array_pop);
2523 PHP_FUNCTION(array_pop) argument
3302 PHP_FE(array_pop, arginfo_array_pop)
56 return array_pop($this->_llist);
57 $last = array_pop(getArray());59 $last = array_pop((getArray()));
2350 . Fixed bug #69758 (Item added to array not being removed by array_pop/shift
Completed in 133 milliseconds