projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7048606
)
removed obsolete note in the doc
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:38:14 +0000 (14:38 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:38:14 +0000 (14:38 +0100)
doc/templates.rst
patch
|
blob
|
history
diff --git
a/doc/templates.rst
b/doc/templates.rst
index
d69462c
..
231c0eb
100644
(file)
--- a/
doc/templates.rst
+++ b/
doc/templates.rst
@@
-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
~~~~~~~~