3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = range(0,20); $limit = 5; foreach($a as $i) { echo $i . "\n<br/>"; if(!$limit--) break; } for($a = 0; $a <= 5; $a++;) { echo $a . "\n<br/>"; }
Output for 5.3.0 - 5.3.22, 5.4.0 - 5.4.12
Parse error: syntax error, unexpected ';', expecting ')' in /in/e7PgG on line 10
Process exited with code 255.

preferences:
171.41 ms | 1395 KiB | 43 Q