mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
--TEST--
|
|
macro variadic argument cannot use a reserved literal name
|
|
--TEMPLATE--
|
|
{% macro test(...true) %}
|
|
{% endmacro %}
|
|
--EXCEPTION--
|
|
Twig\Error\SyntaxError: You cannot assign a value to "true" in "index.twig" at line 2.
|