3v4l.org

run code in 300+ PHP versions simultaneously
<?php function get_some_array(){ echo "oh HAI"; return array(1, 2, 3, 4, 5, 6) } foreach(get_some_array() as $i){ echo $i; }
Output for 5.3.0 - 5.3.23, 5.4.0 - 5.4.13
Parse error: syntax error, unexpected '}' in /in/B9eFF on line 6
Process exited with code 255.

preferences:
171.12 ms | 1395 KiB | 45 Q