sameas
Found a typo or an error? Open a ticket.
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:
{% if foo.attribute is sameas(false) %} the foo attribute really is the ``false`` PHP value {% endif %}