descitem          435 ext/standard/proc_open.c 	zval *descitem = NULL;
descitem          527 ext/standard/proc_open.c 	ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(descriptorspec), nindex, str_index, descitem) {
descitem          537 ext/standard/proc_open.c 		if (Z_TYPE_P(descitem) == IS_RESOURCE) {
descitem          542 ext/standard/proc_open.c 			php_stream_from_zval(stream, descitem);
descitem          563 ext/standard/proc_open.c 		} else if (Z_TYPE_P(descitem) != IS_ARRAY) {
descitem          568 ext/standard/proc_open.c 			if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) {
descitem          579 ext/standard/proc_open.c 				if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) {
descitem          618 ext/standard/proc_open.c 				if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) {
descitem          625 ext/standard/proc_open.c 				if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 2)) != NULL) {