Searched refs:follow_location (Results 1 – 7 of 7) sorted by relevance
11 'follow_location' => 0,33 [follow_location] => 0
28 'follow_location'=>0,38 'follow_location'=>1,
15 "follow_location" => 0
17 $context = stream_context_create(['http' => ['follow_location' => 0]]);
15 'follow_location' => $follow,
16 'follow_location' => true,
144 zend_bool follow_location = 1; in php_stream_url_wrap_http_ex() local783 follow_location = zval_is_true(tmpzval); in php_stream_url_wrap_http_ex()790 follow_location = 0; in php_stream_url_wrap_http_ex()830 if (!reqok || (location[0] != '\0' && follow_location)) { 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()
Completed in 17 milliseconds