Home
last modified time | relevance | path

Searched refs:suppress_errors (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/standard/tests/streams/
H A Dbug64770.phpt12 $other_opts = array('suppress_errors' => false);
H A Dproc_open_bug60120.phpt35 'suppress_errors' => true,
H A Dproc_open_bug64438.phpt16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
/PHP-8.0/ext/opcache/tests/
H A Dphp_cli_server.inc20 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.0/ext/standard/tests/file/
H A Dbug60120.phpt23 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server.inc29 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.0/ext/curl/tests/
H A Dserver.inc17 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.0/ext/standard/
H A Dproc_open.c1026 int suppress_errors = 0; in PHP_FUNCTION() local
1076 suppress_errors = get_option(other_options, "suppress_errors"); in PHP_FUNCTION()
1134 if (suppress_errors) { in PHP_FUNCTION()
1172 if (suppress_errors) { in PHP_FUNCTION()

Completed in 20 milliseconds