Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_http.c359 zend_string *http_body; in make_http_soap_request() local
1099 http_body = get_http_body(stream, http_close, ZSTR_VAL(http_headers)); in make_http_soap_request()
1100 if (!http_body) { in make_http_soap_request()
1136 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1241 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1293 ZVAL_STR_COPY(&params[0], http_body); in make_http_soap_request()
1297 ZVAL_STR_COPY(&params[0], http_body); in make_http_soap_request()
1301 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1312 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1319 zend_string_release_ex(http_body, 0); in make_http_soap_request()
[all …]

Completed in 10 milliseconds