From:             [EMAIL PROTECTED]
Operating system: Windows
PHP version:      4.0.6
PHP Bug Type:     Scripting Engine problem
Bug description:  Taking doubles inconistently out of strings.

Try these to pieces of code:

$foo = 1.4 + "10.3 ";
$foo = 1.4 + "10.3";

In the first one $foo is equal to 11.4, but in the latter it's equal too
11.7.

Surly this isn't wanted.
-- 
Edit bug report at: http://bugs.php.net/?id=12709&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to