3v4l.org

run code in 300+ PHP versions simultaneously
<?php unset($this); class Foo{ private static $this; protected $a = true; public function __construct(){ self::$this = new Foo(); echo "From Foo()"; } public static function init(){ //var_dump(new Foo); //var_dump(self::$this); echo "From Foo::init()"; } public function test(){ echo "called from static"; } } Foo::init();

This is an error 404

There are `0` results


preferences:
168.16 ms | 1399 KiB | 7 Q