Files
Twig/doc/tests/sameas.rst
T
2011-09-27 08:43:35 +02:00

12 lines
256 B
ReStructuredText

``sameas``
==========
``sameas`` checks if a variable points to the same memory address than another
variable:
.. code-block:: jinja
{% if foo.attribute is sameas(false) %}
the foo attribute really is the ``false`` PHP value
{% endif %}