Searched refs:http_response (Results 1 – 1 of 1) sorted by relevance
665 zval *http_response; in php_stream_url_wrap_http_ex() local705 MAKE_STD_ZVAL(http_response); in php_stream_url_wrap_http_ex()706 ZVAL_STRINGL(http_response, tmp_line, tmp_line_len, 1); in php_stream_url_wrap_http_ex()707 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()
Completed in 5 milliseconds