Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_http.c354 zend_string *http_body; in make_http_soap_request() local
1106 http_body = get_http_body(stream, http_close, ZSTR_VAL(http_headers)); in make_http_soap_request()
1107 if (!http_body) { in make_http_soap_request()
1143 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1247 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1299 ZVAL_STR_COPY(&params[0], http_body); in make_http_soap_request()
1303 ZVAL_STR_COPY(&params[0], http_body); in make_http_soap_request()
1307 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1318 zend_string_release_ex(http_body, 0); in make_http_soap_request()
1325 zend_string_release_ex(http_body, 0); in make_http_soap_request()
[all …]

Completed in 8 milliseconds