1--TEST--
2The PHP === strict comparison operator is not supported
3--TEMPLATE--
4{{ 1 === 2 }}
5--EXCEPTION--
6Twig\Error\SyntaxError: Unexpected operator of value "=". Did you try to use "===" or "!==" for strict comparison? Use "is same as(value)" instead in "index.twig" at line 2.
7