1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/DQL (Doctrine Query Language) - Conditional expressions - Operators and operator precedence.php
2007-04-13 21:49:11 +00:00

26 lines
359 B
PHP

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