Home
last modified time | relevance | path

Searched refs:follow_location (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/tests/streams/
H A Dbug71245.phpt11 'follow_location' => 0,
33 [follow_location] => 0
H A Dbug64433.phpt28 'follow_location'=>0,
38 'follow_location'=>1,
H A Dstream_context_tcp_nodelay_fopen.phpt15 "follow_location" => 0
/PHP-7.4/ext/standard/tests/http/
H A Dbug78719.phpt17 $context = stream_context_create(['http' => ['follow_location' => 0]]);
H A Dbug67430.phpt15 'follow_location' => $follow,
H A Dbug61548.phpt16 'follow_location' => true,
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c146 zend_bool follow_location = 1; in php_stream_url_wrap_http_ex() local
781 follow_location = zval_is_true(tmpzval); in php_stream_url_wrap_http_ex()
788 follow_location = 0; in php_stream_url_wrap_http_ex()
828 if (!reqok || (location[0] != '\0' && follow_location)) { in php_stream_url_wrap_http_ex()
829 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()

Completed in 19 milliseconds