From e286605dcf4ab05ca2ea68cf39160b49d5985dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 24 Mar 2021 19:32:29 +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 --- function.php | 1 + 1 file changed, 1 insertion(+) diff --git a/function.php b/function.php index 2646c755..28561c7c 100644 --- a/function.php +++ b/function.php @@ -672,6 +672,7 @@ if (!function_exists('swoole_serialize')) { function swoole_serialize($data): string { if (class_exists('swoole_serialize')) { + var_dump(\swoole_serialize::pack($data)); return \swoole_serialize::pack($data); } else { return serialize($data);