3v4l.org

run code in 300+ PHP versions simultaneously
<?hh class x { public function content(?string $content = null) :(this, string) { if ($content) return $this->setContent($content); return $this->content; } public function setContent($x) { $this->content = $x; } } $x = new x; $x->content('waa');

This is an error 404

There are `0` results


preferences:
138.16 ms | 1399 KiB | 7 Q