Searched refs:descitem (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | proc_open.c | 503 zval **descitem = NULL; in PHP_FUNCTION() local 583 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(descriptorspec), (void **)&descitem, &pos) == SUCC… in PHP_FUNCTION() 598 if (Z_TYPE_PP(descitem) == IS_RESOURCE) { in PHP_FUNCTION() 603 php_stream_from_zval(stream, descitem); in PHP_FUNCTION() 624 } else if (Z_TYPE_PP(descitem) != IS_ARRAY) { in PHP_FUNCTION() 629 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { in PHP_FUNCTION() 640 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION() 679 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zfile) == SUCCESS) { in PHP_FUNCTION() 686 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 2, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION()
|
Completed in 8 milliseconds