Skip to content

Instantly share code, notes, and snippets.

@khamer
Created March 8, 2011 16:36
Show Gist options
  • Select an option

  • Save khamer/860502 to your computer and use it in GitHub Desktop.

Select an option

Save khamer/860502 to your computer and use it in GitHub Desktop.
== Isn't Transitive
<?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