Searched refs:nindex (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | proc_open.c | 426 zend_ulong nindex; in PHP_FUNCTION() local 516 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(descriptorspec), nindex, str_index, descitem) { in PHP_FUNCTION() 524 descriptors[ndesc].index = (int)nindex; in PHP_FUNCTION() 540 php_error_docref(NULL, E_WARNING, "unable to dup File-Handle for descriptor %d", nindex); in PHP_FUNCTION() 546 …php_error_docref(NULL, E_WARNING, "unable to dup File-Handle for descriptor %pd - %s", nindex, str… in PHP_FUNCTION()
|
Completed in 11 milliseconds