4f5b44bd NL |
1 | ``sameas`` |
2 | ========== |
3 | |
4 | ``sameas`` checks if a variable points to the same memory address than another |
5 | variable: |
6 | |
7 | .. code-block:: jinja |
8 | |
9 | {% if foo.attribute is sameas(false) %} |
10 | the foo attribute really is the ``false`` PHP value |
11 | {% endif %} |