3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public static function new() : self { return new self(func_get_args()); } } var_dump(Foo::new());

preferences:
106.6 ms | 404 KiB | 5 Q