Searched refs:cmdargv (Results 1 – 1 of 1) sorted by relevance
30 $cmdargv = ""; variable57 $cmdargv = implode(" ", array_map("escapeshellarg", array_slice($real_argv, 1))); variable61 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…130 if ($cmdargv != "") {131 $testdata .= "\n--ARGS--\n$cmdargv";
Completed in 3 milliseconds