DQL (Doctrine Query Language) - Conditional expressions - Operators and operator precedence.php
359 Bytes
The operators are listed below in order of decreasing precedence.
* Navigation operator (.)
* Arithmetic operators:
+, - unary
*, / multiplication and division
+, - addition and subtraction
* Comparison operators : =, >, >=, <, <=, <> (not equal), [NOT] LIKE,
[NOT] IN, IS [NOT] NULL, IS [NOT] EMPTY
* Logical operators:
NOT
AND
OR