<?php trait T { public function self(): self { return $this; } public function parent(): parent { return $this; } public function static(): static { return $this; } }
You have javascript disabled. You will not be able to edit any code.