<?php function teste($foo): ?string { if ($foo === 'bar') { return "some string"; } return null; } try { teste('barrr'); } catch (InvalidArgumentException $e) { echo $e->getMessage(); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`