3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { static function bar() { return "omg"; } function zot() { echo forward_static_call('bar'); } } (new Foo())->zot();

preferences:
60.07 ms | 402 KiB | 5 Q