From 0b5dbcc2001fb95f3de145428247d289858839d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Fri, 7 Nov 2025 23:05:41 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E3=82=8C=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util.php b/util.php index 1d0d3a3..836facf 100644 --- a/util.php +++ b/util.php @@ -14,6 +14,8 @@ function uuid(): string { } function kys(mixed $arg): void { + if (gettype($arg) == 'boolean') $arg = $arg === true ? 'true' : 'false'; + foreach ($arg as $a) { if (gettype($a) == 'boolean') $a = $a === true ? 'true' : 'false'; } echo ''; echo '
KILL
YOUR
SELF
'; echo '
';