3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { protected static $foo = 'asdf'; public static function thing() { return static::$foo; } } var_dump(Foo::thing());

preferences:
34.32 ms | 402 KiB | 5 Q