3v4l.org

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

preferences:
40.2 ms | 402 KiB | 5 Q