Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/standard/tests/http/
H A Dignore_errors.phpt2 http:// and ignore_errors
42 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 --
77 -- Test: requests with ignore_errors --
102 -- Test: requests with ignore_errors (2) --
H A Dbug38802.phpt2 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);
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c131 int transport_len, have_header = 0, request_fulluri = 0, ignore_errors = 0; in php_stream_url_wrap_http_ex() local
673 ignore_errors = zend_is_true(*tmpzval); in php_stream_url_wrap_http_ex()
676 if ((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) { in php_stream_url_wrap_http_ex()
794 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
/PHP-5.5/
H A DNEWS6312 - Fixed bug #38802 (max_redirects and ignore_errors). (patch by
6319 - Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)

Completed in 42 milliseconds