Searched refs:ignore_errors (Results 1 – 6 of 6) 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)62 do_test(array('max_redirects' => 0, 'ignore_errors' => 1), 1);66 do_test(array('max_redirects' => 1, 'ignore_errors' => 1), 1);70 do_test(array('max_redirects' => 2, 'ignore_errors' => 1), 2);
20 'ignore_errors' => true
13 'ignore_errors' => true,35 [ignore_errors] => 1
34 $context = stream_context_create(['http' => ['ignore_errors' => true,]]);
167 bool request_fulluri = false, ignore_errors = false; in php_stream_url_wrap_http_ex() local664 ignore_errors = zend_is_true(tmpzval); in php_stream_url_wrap_http_ex()667 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()
Completed in 20 milliseconds