diff --git a/language/operators.xml b/language/operators.xml index e854e347ed..75da567c3e 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -89,7 +89,7 @@ right - ++ -- ~ (int) (float) (string) (array) (object) (bool) @ + ++, --, ~, (int), (float), (string), (array), (object), (bool), and @ types and increment/decrement @@ -110,35 +110,35 @@ left - * / % + *, /, and % arithmetic left - + - . + +, -, and . arithmetic&listendand; string left - << >> + << and >> bitwise non-associative - < <= > >= + <, <=, >, and >= comparison non-associative - == != === !== <> + ==, !=, ===, !==, and <> comparison @@ -188,7 +188,7 @@ right - = += -= *= /= .= %= &= |= ^= <<= >>= => + =, +=, -=, *=, /=, .=, %=, &=, |=, ^=, <<=, >>=, and => assignment