<?php function foo(): iterable { return []; } function bar(): iterable|bool { return []; } echo (new ReflectionFunction('foo'))->getReturnType()->__toString(); echo ", "; echo (new ReflectionFunction('bar'))->getReturnType()->__toString();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`