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:
87.26 ms | 402 KiB | 5 Q