3v4l.org

run code in 300+ PHP versions simultaneously
<?php $counter = 1; while ($xml = simplexml_load_string(file_get_contents("http://www.gog.com/games/feed?format=xml&page=$counter"))) { $counter++; echo $counter; }

preferences:
40.01 ms | 402 KiB | 5 Q