Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c489 zend_ulong nindex; in PHP_FUNCTION() local
631 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(descriptorspec), nindex, str_index, descitem) { in PHP_FUNCTION()
639 descriptors[ndesc].index = (int)nindex; in PHP_FUNCTION()
655 php_error_docref(NULL, E_WARNING, "unable to dup File-Handle for descriptor %d", nindex); in PHP_FUNCTION()
661 …NING, "unable to dup File-Handle for descriptor " ZEND_ULONG_FMT " - %s", nindex, strerror(errno)); in PHP_FUNCTION()
814 "Failed to dup() for descriptor " ZEND_LONG_FMT, nindex); in PHP_FUNCTION()
822 nindex, strerror(errno)); in PHP_FUNCTION()

Completed in 9 milliseconds