function dbgpRun($data, $commands, array $ini_options = null) { $t = new DebugClient(); $t->runTest($data, $commands, $ini_options); }
function dbgpRun($data, $commands) { $t = new DebugClient(); $t->runTest($data, $commands); }