Welcome Guest, Not a member yet? Register   Sign In
Why is this true?
#4

[eluser]John_Betong[/eluser]
This evaluates correctly:
Code:
<?php    
$key = 0;
if ($key === "text") {
    echo "true";
} else {
    echo "false";
}
echo '<br />',$key;
die;
?&gt;

&nbsp;
&nbsp;


Messages In This Thread
Why is this true? - by El Forum - 07-27-2010, 02:13 AM
Why is this true? - by El Forum - 07-27-2010, 02:21 AM
Why is this true? - by El Forum - 07-27-2010, 02:25 AM
Why is this true? - by El Forum - 07-27-2010, 05:38 AM
Why is this true? - by El Forum - 07-27-2010, 11:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB