Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dhttp_fopen_wrapper.c114 php_stream_context *context, int redirect_max, int flags STREAMS_DC) /* {{{ */ in php_stream_url_wrap_http_ex() argument
151 if (redirect_max < 1) { in php_stream_url_wrap_http_ex()
361 redirect_max = (int)zval_get_long(tmpzval); in php_stream_url_wrap_http_ex()
855 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
937 …rap_http_ex(wrapper, new_path, mode, options, opened_path, context, --redirect_max, HTTP_WRAPPER_R… in php_stream_url_wrap_http_ex()
/PHP-7.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()
1133 if (--redirect_max < 1) { in make_http_soap_request()

Completed in 10 milliseconds