Home
last modified time | relevance | path

Searched refs:array_pop (Results 1 – 25 of 30) sorted by last modified time

12

/php-src/ext/standard/
H A Dbasic_functions.stub.php1684 function array_pop(array &$array): mixed {} function
H A Dbasic_functions_arginfo.h2364 ZEND_FUNCTION(array_pop);
2988 ZEND_FE(array_pop, arginfo_array_pop)
H A Darray.c3544 PHP_FUNCTION(array_pop) argument
/php-src/build/
H A Dgen_stub.php4577 $cond = array_pop($conds);
4583 array_pop($conds);
5945 $manualTarget = array_pop($locations);
/php-src/Zend/
H A Dzend_vm_gen.php1521 $lastdef = array_pop($specs);
/php-src/ext/mbstring/tests/
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 Dutf_encodings.phpt732 $string .= array_pop($good);
750 $good1 = array_pop($good);
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 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);
/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));
/php-src/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.014.phpt38 $transform = 'array_pop($a);';
H A DforeachLoop.015.phpt38 $transform = 'array_pop($a);';
H A DforeachLoop.012.phpt36 $transform = 'array_pop($a);';
H A DforeachLoop.013.phpt36 $transform = 'array_pop($a);';
/php-src/ext/standard/tests/array/
H A Dnegative_index.phpt14 array_pop($e);
H A Dbug67693.phpt8 array_pop($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 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 Darray_pop.phpt2 Test array_pop() function
37 var_dump( array_pop($sub_array) );
H A Darray_pop_variation.phpt2 Test array_pop() function (variation)
35 var_dump( array_pop($mixed_array[1]) );
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";

Completed in 85 milliseconds

12