Searched refs:phpurl (Results 1 – 1 of 1) sorted by relevance
186 port = phpurl->port; in http_connect()452 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()453 if (phpurl != NULL) {php_url_free(phpurl);} in make_http_soap_request()1051 char *t = phpurl->path?ZSTR_VAL(phpurl->path):"/"; in make_http_soap_request()1245 if (phpurl->scheme) phpurl->scheme = zend_string_copy(phpurl->scheme); in make_http_soap_request()1246 if (phpurl->user) phpurl->user = zend_string_copy(phpurl->user); in make_http_soap_request()1247 if (phpurl->pass) phpurl->pass = zend_string_copy(phpurl->pass); in make_http_soap_request()1248 if (phpurl->host) phpurl->host = zend_string_copy(phpurl->host); in make_http_soap_request()1249 if (phpurl->path) phpurl->path = zend_string_copy(phpurl->path); in make_http_soap_request()1250 if (phpurl->query) phpurl->query = zend_string_copy(phpurl->query); in make_http_soap_request()[all …]
Completed in 7 milliseconds