From ca874beaaf37fc0b727c528aae1ed3cc089cdb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 6 Jul 2021 16:27:28 +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 --- HttpServer/Shutdown.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 18f57811..942263c4 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -112,6 +112,7 @@ class Shutdown extends Component if (empty($values)) return false; $diff = array_diff($values, $this->getPidS()); + var_dump($diff); foreach ($diff as $value) { $this->pidIsExists($value); }