Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dhttp_fopen_wrapper.c119 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex() argument
152 if (redirect_max < 1) { in php_stream_url_wrap_http_ex()
363 redirect_max = (int)zval_get_long(tmpzval); in php_stream_url_wrap_http_ex()
831 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
922 --redirect_max, HTTP_WRAPPER_REDIRECTED, response_header STREAMS_CC); in php_stream_url_wrap_http_ex()
/PHP-8.0/ext/soap/
H A Dphp_http.c360 zend_long redirect_max = 20; in make_http_soap_request() local
439 …mp) != IS_STRING || !is_numeric_string(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), &redirect_max, NULL, 1)) { in make_http_soap_request()
441 redirect_max = Z_LVAL_P(tmp); in make_http_soap_request()
1156 if (--redirect_max < 1) { in make_http_soap_request()

Completed in 13 milliseconds