3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL);interface I { public static function test();}class Foo implements I { public static function test() { var_dump('test'); }}Foo::test();

preferences:
34.6 ms | 402 KiB | 5 Q