3v4l.org

run code in 500+ PHP versions simultaneously
<?php $f = new SplFileInfo("/dev/null"); $h = $f->openFile(); while($h->valid()){ $h->current(); // comment out this line to get an endless loop $h->next(); } die("done");

preferences:
115.81 ms | 2742 KiB | 5 Q