Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/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.015.phpt38 $transform = 'array_pop($a);';
H A DforeachLoop.013.phpt36 $transform = 'array_pop($a);';
/php-src/ext/mbstring/tests/
H A Dhz_encoding.phpt65 $goodChar = array_pop($goodChars);
85 $goodChar = array_pop($goodChars);
86 $fromString = array_pop($badChars) . $goodChar;
113 $goodChar = array_pop($goodChars);
114 $fromString = array_pop($badChars) . $goodChar;
H A Dencoding_tests.inc149 $goodChar = array_pop($goodChars);
172 $goodChar = array_pop($goodChars);
173 $fromString = array_pop($badChars) . $goodChar;
188 $goodChar = array_pop($goodChars);
189 $fromString = array_pop($badChars) . $goodChar;
H A Diso2022jp_2004_encoding.phpt299 $jis = array_pop($jisx0208);
306 $jis = array_pop($jisx0213_1);
313 $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-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php13 array_pop($array); // Remove NULL
/php-src/ext/pgsql/tests/
H A Dbug77047.phpt39 var_dump(array_pop($row));

Completed in 26 milliseconds

12