Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dhttp_fopen_wrapper.c120 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex() argument
153 if (redirect_max < 1) { in php_stream_url_wrap_http_ex()
362 redirect_max = (int)zval_get_long(tmpzval); in php_stream_url_wrap_http_ex()
841 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
939 --redirect_max, new_flags, response_header STREAMS_CC); in php_stream_url_wrap_http_ex()
/PHP-8.3/ext/soap/
H A Dphp_http.c368 zend_long redirect_max = 20; in make_http_soap_request() local
450 …mp) != IS_STRING || !is_numeric_string(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), &redirect_max, NULL, 1)) { in make_http_soap_request()
452 redirect_max = Z_LVAL_P(tmp); in make_http_soap_request()
1166 if (--redirect_max < 1) { in make_http_soap_request()

Completed in 16 milliseconds