From e68d13e6d1304ce1625ae2638d31e1871e45ea84 Mon Sep 17 00:00:00 2001 From: Yurun Date: Tue, 10 Aug 2021 09:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9AAppContexts::APP=5FP?= =?UTF-8?q?ATH=20=E7=8E=B0=E5=9C=A8=E5=BF=85=E7=84=B6=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=88=B0=E5=80=BC=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Server/Cli/Server.php | 88 +++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/src/Server/Cli/Server.php b/src/Server/Cli/Server.php index cce91b7..6c383cd 100644 --- a/src/Server/Cli/Server.php +++ b/src/Server/Cli/Server.php @@ -1,44 +1,44 @@ - true, - ]); - while ($tmp = fgets($pipes[1])) - { - echo $tmp; - } - proc_close($p); - } -} + true, + ]); + while ($tmp = fgets($pipes[1])) + { + echo $tmp; + } + proc_close($p); + } +}