3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = range(0,10); foreach ($arr as $arr) { echo $arr} print_r($arr);
Output for 5.4.18 - 5.4.19
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /in/Hg9bY on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.17
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /in/LDLr7 on line 3
Process exited with code 255.

preferences:
182.03 ms | 1395 KiB | 55 Q