Searched refs:ignore_errors (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/standard/tests/http/ |
H A D | ignore_errors.phpt | 2 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 -- 79 -- Test: requests with ignore_errors -- 106 -- Test: requests with ignore_errors (2) --
|
H A D | bug38802.phpt | 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);
|
/PHP-5.6/ext/standard/ |
H A D | http_fopen_wrapper.c | 134 int transport_len, have_header = 0, request_fulluri = 0, ignore_errors = 0; in php_stream_url_wrap_http_ex() local 696 ignore_errors = zend_is_true(*tmpzval); in php_stream_url_wrap_http_ex() 699 if ((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) { in php_stream_url_wrap_http_ex() 835 …if (!follow_location || (((options & STREAM_ONLY_GET_HEADERS) || ignore_errors) && redirect_max <=… in php_stream_url_wrap_http_ex()
|
/PHP-5.6/ |
H A D | NEWS | 7890 - Fixed bug #38802 (max_redirects and ignore_errors). (patch by 7897 - Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)
|
Completed in 38 milliseconds