mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 18:06:46 +00:00
11 lines
359 B
Plaintext
11 lines
359 B
Plaintext
--TEST--
|
|
"enum" function with missing \ escaping
|
|
--CONDITION--
|
|
\PHP_VERSION_ID >= 80100
|
|
--TEMPLATE--
|
|
{% for c in enum('Twig\Tests\DummyBackedEnum').cases() %}
|
|
{{~ c.name }}
|
|
{% endfor %}
|
|
--EXCEPTION--
|
|
Twig\Error\SyntaxError: The first argument of the "enum" function must be the name of an enum, "TwigTestsDummyBackedEnum" given in "index.twig" at line 2.
|