$x = 3; $y = 0; if ($x = $y) { print "This is true\n"; } else { print "This is false\n"; }