cakephp2-php8/lib/Cake/Utility
dogmatic69 bcb3eb89dc Before this change 0.00 and '0.00' are treated differently. Floats from the database are returned as the string
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).
2013-01-11 17:00:06 +00:00
..
CakeNumber.php Before this change 0.00 and '0.00' are treated differently. Floats from the database are returned as the string 2013-01-11 17:00:06 +00:00
CakeTime.php Docblock fixes 2012-11-29 04:36:29 +05:30
ClassRegistry.php remove unused local variables and a few improvements 2012-12-23 13:53:13 +01:00
Debugger.php Fix string '0' not being exported correctly. 2013-01-09 23:04:58 -05:00
File.php double spaces to single ones 2012-12-22 23:48:15 +01:00
Folder.php remove unused local variables and a few improvements 2012-12-23 13:53:13 +01:00
Hash.php Merge branch 'master' into 2.3 2013-01-08 20:15:46 -05:00
Inflector.php cookie is not uninflected but irregular 2012-12-25 00:21:12 +01:00
ObjectCollection.php double spaces to single ones 2012-12-22 23:48:15 +01:00
Sanitize.php adjusting the way the regex is done so its easier to read 2012-09-13 21:03:38 +01:00
Security.php double spaces to single ones 2012-12-22 23:48:15 +01:00
Set.php double spaces to single ones 2012-12-22 23:48:15 +01:00
String.php Merge branch 'master' into 2.3 2013-01-08 20:15:46 -05:00
Validation.php double spaces to single ones 2012-12-22 23:48:15 +01:00
Xml.php double spaces to single ones 2012-12-22 23:48:15 +01:00