Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/streams/
H A Dbug64770.phpt12 $other_opts = array('suppress_errors' => false, 'binary_pipes' => true);
H A Dproc_open_bug60120.phpt16 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
H A Dproc_open_bug64438.phpt16 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
/PHP-5.5/ext/opcache/tests/
H A Dphp_cli_server.inc18 …escriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "suppress_errors" => true));
/PHP-5.5/ext/standard/tests/file/
H A Dbug60120.phpt27 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
/PHP-5.5/ext/curl/tests/
H A Dserver.inc25 …escriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "suppress_errors" => true));
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc26 …escriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "suppress_errors" => true));
/PHP-5.5/ext/standard/
H A Dproc_open.c487 int suppress_errors = 0; in PHP_FUNCTION() local
509 suppress_errors = 1; in PHP_FUNCTION()
748 if (suppress_errors) { in PHP_FUNCTION()
767 if (suppress_errors) { in PHP_FUNCTION()

Completed in 8 milliseconds