response_header_ptr  672 ext/standard/http_fopen_wrapper.c 		zval *response_header_ptr = zend_hash_str_find_ind(symbol_table, "http_response_header", sizeof("http_response_header")-1);
response_header_ptr  673 ext/standard/http_fopen_wrapper.c 		if (!response_header_ptr || Z_TYPE_P(response_header_ptr) != IS_ARRAY) {
response_header_ptr  677 ext/standard/http_fopen_wrapper.c 			ZVAL_COPY(&response_header, response_header_ptr);