ID:               31548
 User updated by:  amonw at hotmail dot com
-Summary:          "1"+"-.1" produce 1
 Reported By:      amonw at hotmail dot com
-Status:           Closed
+Status:           Open
 Bug Type:         Scripting Engine problem
 Operating System: redhat linux 9
-PHP Version:      4.3.10
+PHP Version:      php-4.3.x CVS
 New Comment:

But it still exists in the newest CVS(php4-STABLE-200501150130).


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

[2005-01-15 03:21:21] amonw at hotmail dot com

Sorry I didn't find it.

------------------------------------------------------------------------

[2005-01-14 17:28:16] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Bug #30726      

------------------------------------------------------------------------

[2005-01-14 14:23:57] amonw at hotmail dot com

Sorry, made a mistake.

Expected result:
----------------
0.9
0.9

------------------------------------------------------------------------

[2005-01-14 10:37:55] amonw at hotmail dot com

Description:
------------
An numeric string between -1 and 0 and without a leading zero can't be
converted correctly while php 4.2.2 can.

Reproduce code:
---------------
<?php
print "1"+"-.1";
$a="1";
$b="-.1";
print "\n";
print $a+$b;
?>

Expected result:
----------------
-0.9
-0.9

Actual result:
--------------
1
1


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31548&edit=1

Reply via email to