3v4l.org

run code in 300+ PHP versions simultaneously
<?php $help = "OK"; const HELP = <<<EOT ____ __________ ___ ___ / __ `/ ___/ __ `__ \/ _ \ / /_/ / /__/ / / / / / __/ \__,_/\___/_/ /_/ /_/\___/ Usage: bin/acme command --args Available Commands: $help Get more help by appending --help to specific commands. EOT;
Output for 7.0.0 - 7.0.1
Parse error: syntax error, unexpected end of file in /in/TrnAp on line 20
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Parse error: syntax error, unexpected '$help' (T_VARIABLE), expecting heredoc end (T_END_HEREDOC) in /in/TrnAp on line 15
Process exited with code 255.

preferences:
165.76 ms | 1395 KiB | 25 Q