Searched refs:http_body (Results 1 – 1 of 1) sorted by relevance
352 zend_string *http_body; in make_http_soap_request() local1090 http_body = get_http_body(stream, http_close, ZSTR_VAL(http_headers)); in make_http_soap_request()1091 if (!http_body) { in make_http_soap_request()1127 zend_string_release(http_body); in make_http_soap_request()1235 zend_string_release(http_body); in make_http_soap_request()1285 ZVAL_STRINGL(¶ms[0], http_body->val+10, http_body->len-10); in make_http_soap_request()1289 ZVAL_STR_COPY(¶ms[0], http_body); in make_http_soap_request()1293 zend_string_release(http_body); in make_http_soap_request()1304 zend_string_release(http_body); in make_http_soap_request()1311 zend_string_release(http_body); in make_http_soap_request()[all …]
Completed in 8 milliseconds