Searched refs:bypass_shell (Results 1 – 7 of 7) sorted by relevance
2 proc_open with bypass_shell subprocess parameter passing27 array("bypass_shell" => true)
2 proc_open without bypass_shell subprocess parameter passing
36 'bypass_shell' => false
16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
23 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
30 …$proc = proc_open($cmd, $spec, $pipes, NULL, NULL, ["bypass_shell" => true, "create_process_group"…
1027 int bypass_shell = 0; in PHP_FUNCTION() local1059 bypass_shell = 1; in PHP_FUNCTION()1078 bypass_shell = bypass_shell || get_option(other_options, "bypass_shell"); in PHP_FUNCTION()1164 if (!bypass_shell) { in PHP_FUNCTION()
Completed in 17 milliseconds