mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
removed obsolete note in the doc
This commit is contained in:
@@ -915,13 +915,6 @@ The operator precedence is as follows, with the lowest-precedence operators
|
||||
listed first: ``or``, ``and``, ``==``, ``!=``, ``<``, ``>``, ``>=``, ``<=``, ``in``, ``+``, ``-``,
|
||||
``~``, ``*``, ``/``, ``%``, ``//``, ``is``, ``..``, and ``**``.
|
||||
|
||||
.. caution::
|
||||
|
||||
When compiling deep-nested arrays or math expressions with Xdebug enabled,
|
||||
Twig can easily reach the default maximum nesting level set by Xdebug via
|
||||
the ``xdebug.max_nesting_level`` setting; changing the default (100) to a
|
||||
bigger value solves the issue.
|
||||
|
||||
Literals
|
||||
~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user