Searched refs:suppress_errors (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug64770.phpt | 12 $other_opts = array('suppress_errors' => false);
|
H A D | proc_open_bug60120.phpt | 35 'suppress_errors' => true,
|
H A D | proc_open_bug64438.phpt | 16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
|
/PHP-8.0/ext/opcache/tests/ |
H A D | php_cli_server.inc | 20 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | bug60120.phpt | 23 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
|
/PHP-8.0/sapi/cli/tests/ |
H A D | php_cli_server.inc | 29 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
|
/PHP-8.0/ext/curl/tests/ |
H A D | server.inc | 17 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
|
/PHP-8.0/ext/standard/ |
H A D | proc_open.c | 1026 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