sameas
Found a typo or an error? Want to improve this document? Edit it.
Need support or have a technical question? Post to the user mailing-list.
sameas checks if a variable points to the same memory address than another variable:
1 2 3
{% if foo.attribute is sameas(false) %} the foo attribute really is the ``false`` PHP value {% endif %}