<?php $maxTest = function (int $int) { $value = (PHP_INT_MAX + $int); $result = $value > PHP_INT_MAX ? 'Yes' : 'No'; echo "Result for {$value}: {$result}" . PHP_EOL; }; $maxTest(1); $maxTest(1000); $maxTest(1025);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`