mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 12:37:15 +00:00
7 lines
280 B
Plaintext
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.
|