Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c419 zend_ulong nindex; in PHP_FUNCTION() local
507 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(descriptorspec), nindex, str_index, descitem) { in PHP_FUNCTION()
515 descriptors[ndesc].index = (int)nindex; in PHP_FUNCTION()
531 php_error_docref(NULL, E_WARNING, "unable to dup File-Handle for descriptor %d", nindex); in PHP_FUNCTION()
537 …NING, "unable to dup File-Handle for descriptor " ZEND_ULONG_FMT " - %s", nindex, strerror(errno)); in PHP_FUNCTION()

Completed in 10 milliseconds