Searched refs:ignore_errors (Results 1 – 4 of 4) sorted by relevance
2 http:// and ignore_errors42 echo "-- Test: requests without ignore_errors --\n";46 echo "-- Test: requests with ignore_errors --\n";48 do_test(array('ignore_errors' => true));50 echo "-- Test: requests with ignore_errors (2) --\n";52 do_test(array('ignore_errors' => 1));56 -- Test: requests without ignore_errors --79 -- Test: requests with ignore_errors --106 -- Test: requests with ignore_errors (2) --
2 Bug #38802 (ignore_errors and max_redirects)58 do_test(array('max_redirects' => 0, 'ignore_errors' => 1), 1);62 do_test(array('max_redirects' => 1, 'ignore_errors' => 1), 1);66 do_test(array('max_redirects' => 2, 'ignore_errors' => 1), 2);
13 'ignore_errors' => true,35 [ignore_errors] => 1
142 zend_bool request_fulluri = 0, ignore_errors = 0; in php_stream_url_wrap_http_ex() local674 ignore_errors = zend_is_true(tmpzval); in php_stream_url_wrap_http_ex()677 if ((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) { in php_stream_url_wrap_http_ex()841 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
Completed in 15 milliseconds