3v4l.org

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

preferences:
39.06 ms | 402 KiB | 5 Q