This commit is contained in:
2021-03-24 19:38:12 +08:00
parent 5050d10160
commit 5ecff9ca7c
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -671,7 +671,6 @@ if (!function_exists('swoole_serialize')) {
*/
function swoole_serialize($data): string
{
var_dump(class_exists('swoole_serialize'));
if (class_exists('swoole_serialize')) {
return \swoole_serialize::pack($data);
} else {