mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
bcb3eb89dc
version while doing calculations will normally end up as floats. This causes output differences on pages like order totals or invoices where there is a mix of calculated values and database values. Number::currency(0.00, 'GBP') -> £0.00 Number::currency('0.00', 'GBP') -> 0p Both versions will return `£0.00` (or whatever 0 is configured to return). |
||
---|---|---|
.. | ||
CakeNumberTest.php | ||
CakeTimeTest.php | ||
ClassRegistryTest.php | ||
DebuggerTest.php | ||
FileTest.php | ||
FolderTest.php | ||
HashTest.php | ||
InflectorTest.php | ||
ObjectCollectionTest.php | ||
SanitizeTest.php | ||
SecurityTest.php | ||
SetTest.php | ||
StringTest.php | ||
ValidationTest.php | ||
XmlTest.php |