From: richard dot quadling at bandvulc dot co dot uk Operating system: windows PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: [chm] bug on function.number-format.html
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 bug report at http://bugs.php.net/?id=34933&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34933&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=34933&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=34933&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=34933&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=34933&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=34933&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=34933&r=needscript Try newer version: http://bugs.php.net/fix.php?id=34933&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=34933&r=support Expected behavior: http://bugs.php.net/fix.php?id=34933&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=34933&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=34933&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=34933&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34933&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=34933&r=dst IIS Stability: http://bugs.php.net/fix.php?id=34933&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=34933&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=34933&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=34933&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=34933&r=mysqlcfg