3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list = array(3,4,5); for(each x in $list){echo x;} ?>
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected 'x' (T_STRING), expecting ';' in /in/7jeME on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.25
Parse error: syntax error, unexpected T_STRING, expecting ';' in /in/7jeME on line 3
Process exited with code 255.

preferences:
179.09 ms | 1399 KiB | 49 Q