3v4l.org

run code in 300+ PHP versions simultaneously
<?php class X{ protected $a; public function __construct(){ $this->bar(); $this->a = 42; } public function bar(){ var_dump($this->a); } } $x = new X();

preferences:
51.3 ms | 402 KiB | 5 Q