Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_open-win32-mb0.phpt2 proc_open with bypass_shell subprocess parameter passing
29 array("bypass_shell" => true)
H A Dproc_open-win32-mb1.phpt2 proc_open without bypass_shell subprocess parameter passing
/PHP-7.2/ext/standard/tests/streams/
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-7.2/ext/opcache/tests/
H A Dphp_cli_server.inc18 …en(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "sup…
/PHP-7.2/ext/standard/tests/file/
H A Dbug60120.phpt27 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
/PHP-7.2/ext/curl/tests/
H A Dserver.inc25 …en(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "sup…
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server.inc26 …en(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "sup…
/PHP-7.2/ext/standard/
H A Dproc_open.c440 int bypass_shell = 0; in PHP_FUNCTION() local
472 bypass_shell = 1; in PHP_FUNCTION()
737 if (bypass_shell) { in PHP_FUNCTION()

Completed in 13 milliseconds