Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c487 zval *descitem = NULL; in PHP_FUNCTION() local
631 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(descriptorspec), nindex, str_index, descitem) { in PHP_FUNCTION()
641 if (Z_TYPE_P(descitem) == IS_RESOURCE) { in PHP_FUNCTION()
646 php_stream_from_zval(stream, descitem); in PHP_FUNCTION()
667 } else if (Z_TYPE_P(descitem) != IS_ARRAY) { in PHP_FUNCTION()
672 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION()
685 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
726 if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
735 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 2)) != NULL) { in PHP_FUNCTION()
768 zval *ztarget = zend_hash_index_find_deref(Z_ARRVAL_P(descitem), 1); in PHP_FUNCTION()

Completed in 7 milliseconds