Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c111 …de, int options, char **opened_path, php_stream_context *context, int redirect_max, int flags STRE… in php_stream_url_wrap_http_ex() argument
144 if (redirect_max < 1) { in php_stream_url_wrap_http_ex()
344 redirect_max = Z_LVAL_PP(tmpzval); in php_stream_url_wrap_http_ex()
794 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
876 …rap_http_ex(wrapper, new_path, mode, options, opened_path, context, --redirect_max, HTTP_WRAPPER_R… in php_stream_url_wrap_http_ex()
/PHP-5.5/ext/soap/
H A Dphp_http.c357 long redirect_max = 20; in make_http_soap_request() local
439 …) != IS_STRING || !is_numeric_string(Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), &redirect_max, NULL, 1)) { in make_http_soap_request()
441 redirect_max = Z_LVAL_PP(tmp); in make_http_soap_request()
1128 if (--redirect_max < 1) { in make_http_soap_request()

Completed in 10 milliseconds