Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. $x = 0;
  3. $y = -0;
  4. if ($x = $y)
  5.   echo "<h2>They're the same.</h2>";
  6. else
  7.   echo "<h2>They're different.</h2>";
  8. ?>
Add Comment
Please, Sign In to add comment