From f065560c68d654e1175a2c8ec26bf00930f9e8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 18 May 2021 14:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Runtime.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Runtime.php b/System/Runtime.php index e04ce549..0e458273 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -61,6 +61,7 @@ class Runtime extends Command $array[$key] = $datum; } } + var_dump(serialize($array)); return serialize($array); }