Searched refs:suppress_errors (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/standard/tests/streams/ |
H A D | bug64770.phpt | 12 $other_opts = array('suppress_errors' => false);
|
H A D | proc_open_bug60120.phpt | 16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
|
H A D | proc_open_bug64438.phpt | 16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | bug60120.phpt | 27 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
|
/PHP-7.3/ext/opcache/tests/ |
H A D | php_cli_server.inc | 18 …escriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "suppress_errors" => true));
|
/PHP-7.3/ext/curl/tests/ |
H A D | server.inc | 25 …escriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "suppress_errors" => true));
|
/PHP-7.3/sapi/cli/tests/ |
H A D | php_cli_server.inc | 26 …escriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "suppress_errors" => true));
|
/PHP-7.3/ext/standard/ |
H A D | proc_open.c | 438 int suppress_errors = 0; in PHP_FUNCTION() local 464 suppress_errors = 1; in PHP_FUNCTION() 711 if (suppress_errors) { in PHP_FUNCTION() 769 if (suppress_errors) { in PHP_FUNCTION()
|
Completed in 10 milliseconds