Closed
Description
Description
The following code:
<?php
echo date_sun_info(PHP_INT_MIN, 9, 90);
?>
Resulted in this output:
/home/dan/php-8.3.9/ext/date/lib/tm2unixtime.c:481:12: runtime error: signed integer overflow: -4611686018427403200 + -4611686018427403200 cannot be represented in type 'long long int'
PHP Version
8.3.9
Operating System
No response