Twig
The flexible, fast, and securetemplate engine for PHP
same as
Found a typo or an error? Want to improve this document? Edit it.
Need support or have a technical question? Ask support on Stack Overflow.
same as checks if a variable is the same as another variable. This is equivalent to === in PHP:
===
1 2 3
{% if user.name is same as(false) %} the user attribute is the 'false' PHP value {% endif %}