Files
Twig/tests/Fixtures/macros/variadic_duplicate.test
2026-07-30 13:53:24 +02:00

8 lines
275 B
Plaintext

--TEST--
macro variadic argument cannot reuse another argument name
--TEMPLATE--
{% macro test(a, ...a) %}
{% endmacro %}
--EXCEPTION--
Twig\Error\SyntaxError: The variadic argument "a" in macro "test" cannot have the same name as another argument in "index.twig" at line 2.