Description
Only in versions 8.4.x & 8.5.x, on 8.3.x everything works correctly.
Bug appears only with large numbers.
The following code:
<?php
var_dump(
round( (float) 9003241321073828 )
);
Resulted in this output:
But I expected this output instead:
PHP Version
Operating System
Description
Only in versions 8.4.x & 8.5.x, on 8.3.x everything works correctly.
Bug appears only with large numbers.
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
Operating System