Home
last modified time | relevance | path

Searched refs:array_shift (Results 26 – 39 of 39) sorted by relevance

12

/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_opposite_signs.phpt21 return \array_shift($this->values);
/php-src/ext/snmp/tests/
H A Dsnmp3.phpt56 var_dump(array_shift($z));
63 var_dump(array_shift($z));
/php-src/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt24 array_shift( $regs );
/php-src/ext/date/tests/
H A Dbug20382-2.phpt37 array_shift($test);
/php-src/scripts/dev/
H A Dcheck_parameters.php320 array_shift($split); // the first part isn't relevant
/php-src/tests/lang/
H A DforeachLoop.012.phpt43 $transform = 'array_shift($a);';
H A DforeachLoop.014.phpt45 $transform = 'array_shift($a);';
H A DforeachLoop.015.phpt45 $transform = 'array_shift($a);';
H A DforeachLoop.013.phpt43 $transform = 'array_shift($a);';
/php-src/ext/standard/
H A Dbasic_functions.stub.php1686 function array_shift(array &$array): mixed {} function
H A Dbasic_functions_arginfo.h2365 ZEND_FUNCTION(array_shift);
2989 ZEND_FE(array_shift, arginfo_array_shift)
H A Darray.c3608 PHP_FUNCTION(array_shift) argument
/php-src/Zend/
H A Dzend_vm_gen.php1637 $top = array_shift($specs);
/php-src/sapi/fpm/tests/
H A Dtester.inc1282 $functionName = array_shift($varValue);

Completed in 59 milliseconds

12