3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! abstract class Foo { abstract public static function bar(); } class Baz extends Foo { public static function bar() { return 1; } } var_dump(Foo::bar());

preferences:
37.18 ms | 402 KiB | 5 Q