diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | index.php | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -21,6 +21,7 @@ It will output the following: ``` Running on PHP Running on PHPHP on PHP +Running on PHPHP on PHPHP on PHP Hello, World! ``` @@ -49,6 +50,7 @@ It will execute hello world on PHPHP on PHPHP on PHP. Running on PHP Running on PHPHP on PHP Running on PHPHP on PHPHP on PHP +Running on PHPHP on PHPHP on PHPHP on PHP Hello, World! ``` @@ -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'; |
