Home
last modified time | relevance | path

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

/php-src/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 --
79 -- Test: requests with ignore_errors --
106 -- Test: requests with ignore_errors (2) --
H A Dbug38802.phpt2 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);
H A Dbug80838.phpt20 'ignore_errors' => true
/php-src/ext/standard/tests/streams/
H A Dbug71245.phpt13 'ignore_errors' => true,
35 [ignore_errors] => 1
H A Dgh10031.phpt34 $context = stream_context_create(['http' => ['ignore_errors' => true,]]);
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c167 bool request_fulluri = false, ignore_errors = false; in php_stream_url_wrap_http_ex() local
664 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 28 milliseconds