Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/general_functions/
H A Dproc_open-mb0.phpt2 proc_open with bypass_shell subprocess parameter passing
27 array("bypass_shell" => true)
H A Dproc_open-mb1.phpt2 proc_open without bypass_shell subprocess parameter passing
H A Dghsa-9fcc-425m-g385_003.phpt25 … . chr($i), "\"&notepad.exe"], $descriptorspec, $pipes, null, null, array("bypass_shell" => true));
/PHP-8.2/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-8.2/ext/standard/tests/file/
H A Dbug60120.phpt24 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
/PHP-8.2/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-8.2/ext/standard/
H A Dproc_open.c1092 bool bypass_shell = 0; in PHP_FUNCTION() local
1124 bypass_shell = 1; in PHP_FUNCTION()
1144bypass_shell = bypass_shell || get_option(other_options, "bypass_shell", strlen("bypass_sh… in PHP_FUNCTION()
1231 if (!bypass_shell) { in PHP_FUNCTION()

Completed in 13 milliseconds