1--TEST--
2Twig does not allow to use two-word named operators as variable names
3--TEMPLATE--
4{{ starts with }}
5--DATA--
6return []
7--EXCEPTION--
8Twig\Error\SyntaxError: Unexpected token "operator" of value "starts with" in "index.twig" at line 2.
9