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