Searched refs:http_body (Results 1 – 1 of 1) sorted by relevance
359 zend_string *http_body; in make_http_soap_request() local1099 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(¶ms[0], http_body); in make_http_soap_request()1297 ZVAL_STR_COPY(¶ms[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