diff --git a/System/Runtime.php b/System/Runtime.php index 62014f29..5bd4e4dd 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -62,6 +62,7 @@ class Runtime extends Command $array[$key] = $datum; } } + var_dump($array); return $array; }