<?php class A { public function foo(): self { return $this; } } class B extends A { public function foo(): self { return $this; } } (new B())->foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`