ID: 34933 User updated by: richard dot quadling at bandvulc dot co dot uk Reported By: richard dot quadling at bandvulc dot co dot uk -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: windows PHP Version: Irrelevant New Comment:
RTFM Previous Comments: ------------------------------------------------------------------------ [2005-10-20 16:47:53] richard dot quadling at bandvulc dot co dot uk Description: ------------ I have found a bug on page function.number-format.html [chm date: 2005-10-04]... The foo parameter has become f00. lowercase-O became zero. Expected result: ---------------- Only the first character of thousands_sep is used. For example, if you use foo as thousands_sep on the number 1000, number_format() will return 1foo0. Actual result: -------------- Only the first character of thousands_sep is used. For example, if you use foo as thousands_sep on the number 1000, number_format() will return 1f000. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34933&edit=1