From: thom dot haas at gmx dot de Operating system: WXP PHP version: 4.3.2 PHP Bug Type: Documentation problem Bug description: Documentation-Error in CHM-File for Function number_format()
Description: ------------ Today (2003-09-19) I've downloaded the latest documentation-file (*.chm) in German. Because I didn't use it for a long time I had to find out the syntax for number_format(). In this file it's not written correctly. But in the online-manual it's quite correct. It's not a huge bug, but you might fix it. AND, I really expect huge differences between both docu-versions (have a look at the numbering). Reproduce code: --------------- *.chm: string number_format ( float number [, int decimals [, string dec_point [, string thousands_sep]]]) online-manu: string number_format ( float number [, int decimals]) string number_format ( float number, int decimals, string dec_point, string thousands_sep) -- Edit bug report at http://bugs.php.net/?id=25599&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25599&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25599&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25599&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25599&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25599&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25599&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25599&r=support Expected behavior: http://bugs.php.net/fix.php?id=25599&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25599&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25599&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25599&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25599&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25599&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25599&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25599&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=25599&r=float