3v4l.org

run code in 300+ 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");

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
46.4 ms | 2721 KiB | 4 Q