Searched refs:bypass_shell (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/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.0/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.0/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.0/ext/curl/tests/ |
H A D | server.inc | 25 …en(addslashes($cmd), $descriptorspec, $pipes, $doc_root, NULL, array("bypass_shell" => true, "sup…
|
/PHP-7.0/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.0/ext/standard/ |
H A D | proc_open.c | 452 int bypass_shell = 0; in PHP_FUNCTION() local 480 bypass_shell = 1; in PHP_FUNCTION() 724 if (bypass_shell) { in PHP_FUNCTION()
|
Completed in 10 milliseconds