<?php interface Whatever{ public function getSomething(); } interface Something extends Whatever{ public function getSomething() : Something; } class Test implements Something{ public function getSomething() : Something { return $this; } } $a = new Test();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`