Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_http.c366 int http_status; in make_http_soap_request() local
951 http_status = 0; in make_http_soap_request()
963 http_status = atoi(tmp); in make_http_soap_request()
976 if (http_status == 100) { in make_http_soap_request()
980 } while (http_status == 100); in make_http_soap_request()
1128 if (http_status >= 300 && http_status < 400) { in make_http_soap_request()
1176 } else if (http_status == 401) { in make_http_soap_request()
1333 if (http_status >= 400) { in make_http_soap_request()

Completed in 7 milliseconds