Home
last modified time | relevance | path

Searched refs:current_arg (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/pcntl/
H A Dpcntl.c750 char **current_arg, **pair; in PHP_FUNCTION() local
769 for ( zend_hash_internal_pointer_reset(args_hash), current_arg = argv+1; in PHP_FUNCTION()
771 (argi++, current_arg++, zend_hash_move_forward(args_hash)) ) { in PHP_FUNCTION()
774 *current_arg = Z_STRVAL_PP(element); in PHP_FUNCTION()
776 *(current_arg) = NULL; in PHP_FUNCTION()

Completed in 6 milliseconds