ID:               31548
 Updated by:       [EMAIL PROTECTED]
 Reported By:      amonw at hotmail dot com
-Status:           Open
+Status:           Bogus
-Bug Type:         Unknown/Other Function
+Bug Type:         Scripting Engine problem
 Operating System: redhat linux 9
 PHP Version:      4.3.10
 New Comment:

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      


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

[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