Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/opcache/tests/
H A Dphp_cli_server.inc20 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.3/ext/standard/tests/file/
H A Dbug60120.phpt21 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
/PHP-8.3/ext/curl/tests/
H A Dserver.inc13 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.3/sapi/cli/tests/
H A Dphp_cli_server.inc43 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.3/ext/standard/
H A Dproc_open.c1168 bool suppress_errors = 0; in PHP_FUNCTION() local
1219 suppress_errors = get_option(other_options, "suppress_errors", strlen("suppress_errors")); in PHP_FUNCTION()
1278 if (suppress_errors) { in PHP_FUNCTION()
1316 if (suppress_errors) { in PHP_FUNCTION()

Completed in 10 milliseconds