3v4l.org

run code in 300+ PHP versions simultaneously
<?php var $things = [0,1,2,3]; foreach $things as $thing { echo "hi $thing"; }
Output for 5.4.0 - 5.4.19
Parse error: syntax error, unexpected 'var' (T_VAR) in /in/ekf4U on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_VAR in /in/ekf4U on line 2
Process exited with code 255.

preferences:
175.48 ms | 1395 KiB | 55 Q