Created
March 8, 2011 16:36
-
-
Save khamer/860502 to your computer and use it in GitHub Desktop.
== Isn't Transitive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $A = "Zero"; | |
| $B = 0; | |
| if ($A && !$B && $A == $B) echo "A and not B and A == B is True!\n"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment