3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { var $prop = 10; function __construct($i=null){ if (! $i){ $i = 10; $this = new self(10); } $this->prop = $i; } } $b = new A(); var_dump($b);
No results found

preferences:
138.61 ms | 1393 KiB | 7 Q