descitem 463 ext/standard/proc_open.c zval **descitem = NULL; descitem 542 ext/standard/proc_open.c while (zend_hash_get_current_data_ex(Z_ARRVAL_P(descriptorspec), (void **)&descitem, &pos) == SUCCESS) { descitem 557 ext/standard/proc_open.c if (Z_TYPE_PP(descitem) == IS_RESOURCE) { descitem 562 ext/standard/proc_open.c php_stream_from_zval(stream, descitem); descitem 583 ext/standard/proc_open.c } else if (Z_TYPE_PP(descitem) != IS_ARRAY) { descitem 588 ext/standard/proc_open.c if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { descitem 599 ext/standard/proc_open.c if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zmode) == SUCCESS) { descitem 638 ext/standard/proc_open.c if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zfile) == SUCCESS) { descitem 645 ext/standard/proc_open.c if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 2, (void **)&zmode) == SUCCESS) {