Home
last modified time | relevance | path

Searched refs:http_headers (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/soap/
H A Dphp_http.c266 if (http_headers) { in http_connect()
267 zend_string_free(http_headers); in http_connect()
349 zend_string *http_headers; in make_http_soap_request() local
904 http_headers = get_http_headers(stream); in make_http_soap_request()
905 if (!http_headers) { in make_http_soap_request()
950 zend_string_release_ex(http_headers, 0); in make_http_soap_request()
961 cookie_itt = ZSTR_VAL(http_headers); in make_http_soap_request()
1078 zend_string_release_ex(http_headers, 0); in make_http_soap_request()
1270 zend_string_release_ex(http_headers, 0); in make_http_soap_request()
1288 zend_string_release_ex(http_headers, 0); in make_http_soap_request()
[all …]

Completed in 15 milliseconds