Searched refs:cmdargv (Results 1 – 1 of 1) sorted by relevance
32 $cmdargv = ""; variable59 $cmdargv = implode(" ", array_map("escapeshellarg", array_slice($real_argv, 1))); variable63 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…132 if ($cmdargv != "") {133 $testdata .= "\n--ARGS--\n$cmdargv";
Completed in 4 milliseconds