From d332870bef7d6b246a716cc48db1d468f361be79 Mon Sep 17 00:00:00 2001 From: huangdijia Date: Mon, 29 Feb 2016 10:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=82=E5=B8=B8=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=EF=BC=8C=E9=81=BF=E5=85=8D=E9=87=8D=E5=A4=8D=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=BC=95=E8=B5=B7=E8=87=B4=E5=91=BD=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpl/think_exception.tpl | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) 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