3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! //$array = range(1, 10000); //foreach (xrange() as $a) { foreach (oldrange() as $a) echo "$a\n"; } function oldrange () { return range(1, 1000); } function xrange () { for ($i = 0; $i <= 1000; $i++) { yield $i; } }
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.17
Parse error: syntax error, unexpected '}' in /in/03Tie on line 7
Process exited with code 255.

preferences:
159.75 ms | 1395 KiB | 53 Q