Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/standard/tests/array/
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 D006.phpt2 Test array_pop behaviour
11 echo array_pop($a), "\n";
16 echo array_pop($b), "\n";
20 echo array_pop($c), "\n";
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 Dnegative_index.phpt14 array_pop($e);
H A Darray_pop.phpt2 Test array_pop() function
37 var_dump( array_pop($sub_array) );
/PHP-8.1/Zend/tests/
H A Dforeach_014.phpt2 array_pop() function precerve foreach by reference iterator pointer
9 array_pop($a);
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.1/ext/mbstring/tests/
H A Dhz_encoding.phpt64 $goodChar = array_pop($goodChars);
84 $goodChar = array_pop($goodChars);
85 $fromString = array_pop($badChars) . $goodChar;
112 $goodChar = array_pop($goodChars);
113 $fromString = array_pop($badChars) . $goodChar;
H A Dencoding_tests.inc113 $goodChar = array_pop($goodChars);
130 $goodChar = array_pop($goodChars);
131 $fromString = array_pop($badChars) . $goodChar;
146 $goodChar = array_pop($goodChars);
147 $fromString = array_pop($badChars) . $goodChar;
H A Diso2022jp_2004_encoding.phpt293 $jis = array_pop($jisx0208);
300 $jis = array_pop($jisx0213_1);
307 $jis = array_pop($jisx0213_2);
H A Diso2022jp_kddi_encoding.phpt165 $goodChar = array_pop($good);
178 $goodChar = array_pop($good);
H A Diso2022jp_ms_encoding.phpt138 $goodChar = array_pop($good);
H A Dutf_encodings.phpt732 $string .= array_pop($good);
750 $good1 = array_pop($good);
/PHP-8.1/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.1/ext/pgsql/tests/
H A Dbug77047.phpt31 var_dump(array_pop($row));
/PHP-8.1/build/
H A Dgen_stub.php2508 $cond = array_pop($conds);
2514 array_pop($conds);

Completed in 52 milliseconds

12