Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c148 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex() argument
181 if (redirect_max < 1) { in php_stream_url_wrap_http_ex()
356 redirect_max = (int)zval_get_long(tmpzval); in php_stream_url_wrap_http_ex()
835 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
933 --redirect_max, new_flags, response_header STREAMS_CC); in php_stream_url_wrap_http_ex()
/php-src/ext/soap/
H A Dphp_http.c363 zend_long redirect_max = 20; in make_http_soap_request() local
445 …mp) != IS_STRING || !is_numeric_string(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), &redirect_max, NULL, 1)) { in make_http_soap_request()
447 redirect_max = Z_LVAL_P(tmp); in make_http_soap_request()
1173 if (--redirect_max < 1) { in make_http_soap_request()

Completed in 13 milliseconds