Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/tests/streams/
H A Dbug71245.phpt11 'follow_location' => 0,
33 [follow_location] => 0
H A Dbug64433.phpt30 'follow_location'=>0,
40 'follow_location'=>1,
/PHP-7.0/ext/standard/tests/http/
H A Dbug67430.phpt15 'follow_location' => $follow,
H A Dbug61548.phpt16 'follow_location' => true,
/PHP-7.0/ext/standard/
H A Dhttp_fopen_wrapper.c143 zend_bool follow_location = 1; in php_stream_url_wrap_http_ex() local
807 follow_location = zval_is_true(tmpzval); in php_stream_url_wrap_http_ex()
814 follow_location = 0; in php_stream_url_wrap_http_ex()
854 if (!reqok || (location[0] != '\0' && follow_location)) { 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()

Completed in 12 milliseconds