3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('SPIDERMAN','peter parker'); function foo () { $x = 'spiderman is ' . SPIDERMAN; return $x; } echo SPIDERMAN
Output for 5.4.13
Parse error: syntax error, unexpected end of file, expecting ',' or ';' in /in/htbiX on line 10
Process exited with code 255.
Output for 5.4.0 - 5.4.12
Parse error: syntax error, unexpected end of file, expecting ',' or ';' in CJYaD on line 10
Process exited with code 255.
Output for 5.3.23
Parse error: syntax error, unexpected $end, expecting ',' or ';' in /in/htbiX on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.22
Parse error: syntax error, unexpected $end, expecting ',' or ';' in CJYaD on line 10
Process exited with code 255.

preferences:
180.06 ms | 1395 KiB | 45 Q