aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-28 12:19:02 +0900
committernsfisis <nsfisis@gmail.com>2025-03-28 12:19:31 +0900
commit2d8c5f719e5c908059d3a34bc2356fa507c825f0 (patch)
tree76fd686bd6385f85e0cf737d19bb85ee74220328 /index.php
parent24607cd13b77ae2fd998b506b15f03ba98aa46ec (diff)
downloadphphp-2d8c5f719e5c908059d3a34bc2356fa507c825f0.tar.gz
phphp-2d8c5f719e5c908059d3a34bc2356fa507c825f0.tar.zst
phphp-2d8c5f719e5c908059d3a34bc2356fa507c825f0.zip
fix nesting level message
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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';