3v4l.org

run code in 300+ PHP versions simultaneously
<?php $it = new DirectoryIterator("glob://ext/spl/examples/*.php"); foreach($it as $f) { printf("%s: %.1FK\n", $f->getFilename(), $f->getSize()/1024); }

preferences:
33.73 ms | 402 KiB | 5 Q