Searched refs:bypass_shell (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/ext/standard/tests/general_functions/ |
H A D | proc_open-win32-mb0.phpt | 2 proc_open with bypass_shell subprocess parameter passing 29 array("bypass_shell" => true)
|
H A D | proc_open-win32-mb1.phpt | 2 proc_open without bypass_shell subprocess parameter passing
|
/PHP-7.2/ext/standard/tests/streams/ |
H A D | proc_open_bug60120.phpt | 16 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
|
H A D | proc_open_bug64438.phpt | 16 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
|
/PHP-7.2/ext/opcache/tests/ |
H A D | php_cli_server.inc | 18 …en(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "sup…
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | bug60120.phpt | 27 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
|
/PHP-7.2/ext/curl/tests/ |
H A D | server.inc | 25 …en(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "sup…
|
/PHP-7.2/sapi/cli/tests/ |
H A D | php_cli_server.inc | 26 …en(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "sup…
|
/PHP-7.2/ext/standard/ |
H A D | proc_open.c | 440 int bypass_shell = 0; in PHP_FUNCTION() local 472 bypass_shell = 1; in PHP_FUNCTION() 737 if (bypass_shell) { in PHP_FUNCTION()
|
Completed in 16 milliseconds