Searched refs:descitem (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | proc_open.c | 463 zval **descitem = NULL; in PHP_FUNCTION() local 542 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(descriptorspec), (void **)&descitem, &pos) == SUCC… in PHP_FUNCTION() 557 if (Z_TYPE_PP(descitem) == IS_RESOURCE) { in PHP_FUNCTION() 562 php_stream_from_zval(stream, descitem); in PHP_FUNCTION() 583 } else if (Z_TYPE_PP(descitem) != IS_ARRAY) { in PHP_FUNCTION() 588 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { in PHP_FUNCTION() 599 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION() 638 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zfile) == SUCCESS) { in PHP_FUNCTION() 645 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 2, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION()
|
Completed in 5 milliseconds