3v4l.org

run code in 300+ PHP versions simultaneously
<?php touch(dirname(__FILE__) . '/post-types/foo.php'); touch(dirname(__FILE__) . '/post-types/bar.php'); if ($post_types = glob(dirname(__FILE__) . '/post-types/*.php')) foreach ($post_types as $post_type) echo $post_type;

preferences:
64.9 ms | 402 KiB | 5 Q