3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(new GlobIterator('/var/log/*.log', FilesystemIterator::SKIP_DOTS) as $note_file) { echo $note_file . PHP_EOL; echo file_get_contents($note_file); }

preferences:
36.03 ms | 402 KiB | 5 Q