Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dproc_open.c544 ulong nindex; in PHP_FUNCTION() local
548 zend_hash_get_current_key_ex(Z_ARRVAL_P(descriptorspec), &str_index, NULL, &nindex, 0, &pos); in PHP_FUNCTION()
555 descriptors[ndesc].index = nindex; in PHP_FUNCTION()
571 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %d", nindex); in PHP_FUNCTION()
577 …SRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %ld - %s", nindex, strerror(errno)); in PHP_FUNCTION()

Completed in 8 milliseconds