Closed
Description
Description
The following code:
<?php
$timestamp = mktime(PHP_INT_MAX, 0, 0, 1, 1, 1970);
?>
Resulted in this output:
/home/dan/php-8.3.9/ext/date/lib/tm2unixtime.c:211:13: runtime error: signed integer overflow: 384307168203001793 * 10000 cannot be represented in type 'long long int'
PHP Version
8.3.9
Operating System
No response