### Description The following code: ```php <?php $x = PHP_INT_MAX + 1; ``` Resulted in this output: ``` ``` But I expected this output instead: ``` Deprecated: Implicit conversion from int 9223372036854775807 to float loses precision ``` This error already exists the other way round https://3v4l.org/4C3ru#v8.4.8 Also see https://github.com/php/php-src/issues/17081 ### PHP Version ```plain PHP 8.4.8 ``` ### Operating System _No response_