优先级 | 结合方向 | 运算符 | 附加信息 |
---|---|---|---|
1 | 无 | clone new | clone 和 new |
2 | 左 | [ | array() |
3 | 右 | ** | 算术运算符 |
4 | 右 | ++ — ~ (int) (float) (string) (array) (object) (bool) @ | 类型和递增/递减 |
5 | 无 | instanceof | 类型 |
6 | 右 | ! | 逻辑运算符 |
7 | 左 | * / % | 算术运算符 |
8 | 左 | + – . | 算术运算符和字符串运算符 |
9 | 左 | << >> | 位运算符 |
10 | 无 | < <= > >= | 比较运算符 |
11 | 无 | == != === !== <> <=> | 比较运算符 |
12 | 左 | & | 位运算符和引用 |
13 | 左 | ^ | 位运算符 |
14 | 左 | | | 位运算符 |
15 | 左 | && | 逻辑运算符 |
16 | 左 | || | 逻辑运算符 |
17 | 左 | ?? | 比较运算符 |
18 | 左 | ? : | ternary |
19 | 右 | = += -= *= **= /= .= %= &= |= ^= <<= >>= | 赋值运算符 |
20 | 左 | and | 逻辑运算符 |
21 | 左 | xor | 逻辑运算符 |
22 | 左 | or | 逻辑运算符 |
php运算符优先级(从高到低)
版权归原作者所有,如有侵权请告知。达维营-前端网 » php运算符优先级(从高到低)
相关推荐
- PHP将时间戳格式化为几分钟前、几小时前、几天前
- Flashfxp文件传输到服务器后部分文件代码报错
- php7.4报错:Trying to access array offset on value of type null
- Thinkphp切换php版本报错:implode(): Passing glue string after array is deprecated. Swap the parameters
- php报错:Parse error: syntax error, unexpected end of file;Parse error: syntax error, unexpected end of file “]”
- getimagesize(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed - php end,array_shift,array_pop Only variables can be passed by reference
- laravel常用插件库