[php-langspec][Issue #242] - Misleading conversion float to int
[email protected] Wed, 25 Sep 2019 13:52:47 +0000
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
You can view the Issue on github: https://github.com/php/php-langspec/issues/242 Opened By: Tomanhez Issue Description:  If you have float var where decimal variable is 05, like this: 33.05 and multiply it by 100 You mistakenly get 3305 but if convert it on int you have 3304 Certainly occurs in php 7.1.25 - 7.4.0