ID:               42831
 Updated by:       [EMAIL PROTECTED]
 Reported By:      naweokawa at free dot fr
-Status:           Open
+Status:           Feedback
 Bug Type:         Strings related
 Operating System: Solaris 10
 PHP Version:      5.2.4
 New Comment:

Cannot reproduce.


Previous Comments:
------------------------------------------------------------------------

[2007-10-02 16:55:10] naweokawa at free dot fr

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 this bug report at http://bugs.php.net/?id=42831&edit=1

Reply via email to