ID: 35349
Updated by: [EMAIL PROTECTED]
Reported By: martin at whitewallweb dot com
-Status: Open
+Status: Bogus
Bug Type: Variables related
Operating System: Windows
PHP Version: 5.0.5
New Comment:
This is propably the most common "bug" reported.
RTFM.
Previous Comments:
------------------------------------------------------------------------
[2005-11-23 15:29:00] martin at whitewallweb dot com
Description:
------------
if return true if values are different $bug = 0
if($bug== "test"){echo "BUG";}
Reproduce code:
---------------
$bug = 0;
if($bug == "BUG")
{
echo ("There is a bug");
}
else
{
echo "There is no BUG";
}
Expected result:
----------------
There is no BUG
Actual result:
--------------
There is a bug
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35349&edit=1