3v4l.org

run code in 300+ PHP versions simultaneously
<?php rod(); function rod() { echo 'rod'; echo PHP_EOL; $e(); $e = function elias() { echo 'elias'; PHP_EOL; }; }
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Parse error: syntax error, unexpected 'elias' (T_STRING), expecting '(' in /in/YBFEr on line 10
Process exited with code 255.

preferences:
165.81 ms | 1395 KiB | 23 Q