From 2d8c5f719e5c908059d3a34bc2356fa507c825f0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 28 Mar 2025 12:19:02 +0900 Subject: fix nesting level message --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index a7c49ee..90db58d 100644 --- a/index.php +++ b/index.php @@ -1195,8 +1195,8 @@ $env['funcs'] = []; $env['consts'] = []; if (defined('PHPHP')) { + echo "Running" . str_repeat(" on PHPHP", 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.3-1-g0d28