From:             naweokawa at free dot fr
Operating system: Solaris 10
PHP version:      5.2.4
PHP Bug Type:     Strings related
Bug description:  function number_format() seems to return a wrong balue

Description:
------------
When you use the function number_format with a float value, it seems to
returns a value INPUT_FLOAT*100



Reproduce code:
---------------
$num2=123456.55;

number_format($num2 , 2, ',', ' ');

// OUTPUT
output : 12 345 655,00 (should be 123 456,55 ) 


-- 
Edit bug report at http://bugs.php.net/?id=42831&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42831&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42831&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42831&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42831&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42831&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42831&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42831&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42831&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42831&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42831&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42831&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42831&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42831&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42831&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42831&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42831&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42831&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42831&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42831&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42831&r=mysqlcfg

Reply via email to