Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc20 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-7.4/ext/curl/tests/
H A Dserver.inc21 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-7.4/ext/standard/tests/file/
H A Dbug60120.phpt23 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc29 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-7.4/ext/standard/
H A Dproc_open.c503 int suppress_errors = 0; in PHP_FUNCTION() local
577 suppress_errors = 1; in PHP_FUNCTION()
921 if (suppress_errors) { in PHP_FUNCTION()
984 if (suppress_errors) { in PHP_FUNCTION()

Completed in 15 milliseconds