3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(1, 2, 3, 4, 5); foreach ($array as $item) { echo "$item\n"; $array[] = $item; } print_r($array); }
Output for 5.3.0 - 5.3.21, 5.4.0 - 5.4.11
Parse error: syntax error, unexpected '}' in PPIhl on line 8
Process exited with code 255.

preferences:
172.83 ms | 1395 KiB | 41 Q