3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public static function test() { echo 'Ok!<br>'; } } define('CONFIG', [ Foo::test(), 'ok!' ]); var_dump(CONFIG[0]);

preferences:
55.45 ms | 402 KiB | 5 Q