rh                674 ext/standard/http_fopen_wrapper.c 		zval **rh;
rh                675 ext/standard/http_fopen_wrapper.c 		if(zend_hash_find(EG(active_symbol_table), "http_response_header", sizeof("http_response_header"), (void **) &rh) != SUCCESS || Z_TYPE_PP(rh) != IS_ARRAY) {
rh                679 ext/standard/http_fopen_wrapper.c 		response_header = *rh;