Files
Twig/tests/Fixtures/exceptions/strict_comparison_operator.test
2019-06-30 14:48:27 +02:00

7 lines
280 B
Plaintext

--TEST--
The PHP === strict comparison operator is not supported
--TEMPLATE--
{{ 1 === 2 }}
--EXCEPTION--
Twig\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.