运行 ❯
创建
你的 PHP
服务
×
更改方向
更改主题,深色/浅色
转到 Spaces
<!DOCTYPE html> <html> <body> <?php if(5 < 3 xor 5 < 10) { echo "Only one of the expressions was true"; } ?> </body> </html>
这些表达式只有一个为 true