Home
last modified time | relevance | path

Searched refs:bypass_shell (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open-mb0.phpt2 proc_open with bypass_shell subprocess parameter passing
28 array("bypass_shell" => true)
H A Dproc_open-mb1.phpt2 proc_open without bypass_shell subprocess parameter passing
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt36 'bypass_shell' => false
H A Dproc_open_bug64438.phpt16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
/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 Dsapi_windows_set_ctrl_handler.phpt30 …$proc = proc_open($cmd, $spec, $pipes, NULL, NULL, ["bypass_shell" => true, "create_process_group"…
/PHP-7.4/ext/standard/
H A Dproc_open.c504 int bypass_shell = 0; in PHP_FUNCTION() local
540 bypass_shell = 1; in PHP_FUNCTION()
585 bypass_shell = 1; in PHP_FUNCTION()
951 if (bypass_shell) { in PHP_FUNCTION()

Completed in 32 milliseconds