ID: 12709
Updated by: jeroen
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Duplicate
Bug Type: Scripting Engine problem
Operating System: Windows
PHP Version: 4.0.6
New Comment:
Duplicate of bug#10437
Previous Comments:
------------------------------------------------------------------------
[2001-08-12 18:55:21] [EMAIL PROTECTED]
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 this 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]