Searched refs:nindex (Results 1 – 1 of 1) sorted by relevance
419 zend_ulong nindex; in PHP_FUNCTION() local507 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 8 milliseconds