tryphp_keyword_xor2.php:
"; $result2 = (true xor true); echo "(true xor true) = "; echo $result2 ? "true" : "false"; ?>
true xor true = true
(true xor true) = false