From 24607cd13b77ae2fd998b506b15f03ba98aa46ec Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 28 Mar 2025 12:07:19 +0900 Subject: update readme --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index d8f9ce5..a7c49ee 100644 --- a/index.php +++ b/index.php @@ -1195,8 +1195,8 @@ $env['funcs'] = []; $env['consts'] = []; if (defined('PHPHP')) { - if (PHPHP === 1) { - echo "Running on PHPHP on PHP\n"; + if (PHPHP < 2) { + echo "Running" . str_repeat(" on PHPHP", PHPHP) . " on PHP\n"; $file = './index.php'; } else { $file = './hello.php'; -- cgit v1.2.3-70-g09d2