<?php function f(?int $x = null) { echo $x ? 'Present' . $x : 'Not present'; } f(); echo PHP_EOL; f(1);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`