Closed
Description
Description
The following code:
<?php
echo gmmktime(PHP_INT_MIN, PHP_FLOAT_MIN, PHP_FLOAT_MIN, PHP_INT_MAX, PHP_INT_MAX, PHP_INT_MAX). "\n";
?>
Resulted in this output:
/home/dan/php-8.3.9/ext/date/lib/tm2unixtime.c:47:6: runtime error: signed integer overflow: 768614336404564650 + 9223372036854775807 cannot be represented in type 'long long int'
PHP Version
8.3.9
Operating System
No response