3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public static function bar() { var_dump($this->hey); } public $hey = "Yay"; } Foo::bar(); $foo = new Foo(); $foo->bar();

preferences:
35.48 ms | 402 KiB | 5 Q