表达式
$a=5;
运算符
算术运算符
-, +,-, *, /,%,**
比较运算符
!,!=,<,>,<=,>=,==,===,!==,<>,<=>
逻辑运算符
and,or,xor,!,&&,||
字符串运算符
.,.=
类型运算符
instanceof
原文:https://www.cnblogs.com/dreamtosky/p/13399370.html