Files
2019-06-30 14:51:54 +02:00

8 lines
280 B
Plaintext

--TEST--
macro with varargs argument
--TEMPLATE--
{% macro test(varargs) %}
{% endmacro %}
--EXCEPTION--
Twig\Error\SyntaxError: The argument "varargs" in macro "test" cannot be defined because the variable "varargs" is reserved for arbitrary arguments in "index.twig" at line 2.