diff --git a/tpl/think_exception.tpl b/tpl/think_exception.tpl index f63e5fad..f1f420e8 100644 --- a/tpl/think_exception.tpl +++ b/tpl/think_exception.tpl @@ -177,13 +177,13 @@
-
    $value) { ?>
+
    $value) { ?>

Call Stack

  1. - +
  2. Exception Datas

    - $value) { ?> + $value) { ?> - $val) { ?> + $val) { ?>
    empty
    @@ -243,14 +243,14 @@

    Environment Variables

    - $value) { ?> + $value) { ?> - $val) { ?> + $val) { ?>
    empty
    @@ -369,23 +369,27 @@ '.end($names).''; } - +} +if (!function_exists('parse_file')) { function parse_file($file, $line) { return ''.basename($file)." line {$line}".''; } - +} +if (!function_exists('parse_args')) { function parse_args($args) { $result = []; @@ -436,3 +440,4 @@ return implode(', ', $result); } +} \ No newline at end of file