Searched refs:phpurl (Results 1 – 1 of 1) sorted by relevance
189 port = phpurl->port; in http_connect()457 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()458 if (phpurl != NULL) {php_url_free(phpurl);} in make_http_soap_request()1036 char *t = phpurl->path?ZSTR_VAL(phpurl->path):"/"; in make_http_soap_request()1230 if (phpurl->scheme) phpurl->scheme = zend_string_copy(phpurl->scheme); in make_http_soap_request()1231 if (phpurl->user) phpurl->user = zend_string_copy(phpurl->user); in make_http_soap_request()1232 if (phpurl->pass) phpurl->pass = zend_string_copy(phpurl->pass); in make_http_soap_request()1233 if (phpurl->host) phpurl->host = zend_string_copy(phpurl->host); in make_http_soap_request()1234 if (phpurl->path) phpurl->path = zend_string_copy(phpurl->path); in make_http_soap_request()1235 if (phpurl->query) phpurl->query = zend_string_copy(phpurl->query); in make_http_soap_request()[all …]
Completed in 7 milliseconds