Searched refs:http_body (Results 1 – 1 of 1) sorted by relevance
354 zend_string *http_body; in make_http_soap_request() local1114 http_body = get_http_body(stream, http_close, ZSTR_VAL(http_headers)); in make_http_soap_request()1115 if (!http_body) { in make_http_soap_request()1151 zend_string_release_ex(http_body, 0); in make_http_soap_request()1256 zend_string_release_ex(http_body, 0); in make_http_soap_request()1308 ZVAL_STR_COPY(¶ms[0], http_body); in make_http_soap_request()1312 ZVAL_STR_COPY(¶ms[0], http_body); in make_http_soap_request()1316 zend_string_release_ex(http_body, 0); in make_http_soap_request()1327 zend_string_release_ex(http_body, 0); in make_http_soap_request()1334 zend_string_release_ex(http_body, 0); in make_http_soap_request()[all …]
Completed in 11 milliseconds