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