File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,10 @@ Logical Operators
345
345
* ``not `` or ``! ``
346
346
* ``and `` or ``&& ``
347
347
* ``or `` or ``|| ``
348
+ * ``xor ``
349
+
350
+ .. versionadded :: 7.2
351
+ Support for the ``xor `` logical operator was introduced in Symfony 7.2.
348
352
349
353
For example::
350
354
@@ -489,6 +493,8 @@ The following table summarizes the operators and their associativity from the
489
493
+-----------------------------------------------------------------+---------------+
490
494
| ``or ``, ``|| `` | left |
491
495
+-----------------------------------------------------------------+---------------+
496
+ | ``xor `` | left |
497
+ +-----------------------------------------------------------------+---------------+
492
498
493
499
Built-in Objects and Variables
494
500
------------------------------
You can’t perform that action at this time.
0 commit comments