<?php interface RangeFinderInterface { public function doStuff(): self; } class RangeFinder implements RangeFinderInterface { public function doStuff(): self { echo 'hello world', "\n"; return $this; } } $rf = new RangeFinder; $rf->doStuff()->doStuff()->doStuff();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`