Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dproc_open.c462 zval **descitem = NULL; in PHP_FUNCTION() local
541 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(descriptorspec), (void **)&descitem, &pos) == SUCC… in PHP_FUNCTION()
556 if (Z_TYPE_PP(descitem) == IS_RESOURCE) { in PHP_FUNCTION()
561 php_stream_from_zval(stream, descitem); in PHP_FUNCTION()
582 } else if (Z_TYPE_PP(descitem) != IS_ARRAY) { in PHP_FUNCTION()
587 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { in PHP_FUNCTION()
598 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION()
637 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zfile) == SUCCESS) { in PHP_FUNCTION()
644 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 2, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION()

Completed in 8 milliseconds