Home
last modified time | relevance | path

Searched refs:new_url (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/soap/
H A Dphp_http.c1035 if (new_url != NULL) { in make_http_soap_request()
1039 if (new_url->scheme == NULL && new_url->path != NULL) { in make_http_soap_request()
1043 if (new_url->path && new_url->path[0] != '/') { in make_http_soap_request()
1052 efree(new_url->path); in make_http_soap_request()
1053 new_url->path = s; in make_http_soap_request()
1058 strcat(s, new_url->path); in make_http_soap_request()
1059 efree(new_url->path); in make_http_soap_request()
1060 new_url->path = s; in make_http_soap_request()
1064 phpurl = new_url; in make_http_soap_request()
1133 *new_url = *phpurl; in make_http_soap_request()
[all …]

Completed in 8 milliseconds