mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 17:36:53 +00:00
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
--TEST--
|
|
"attribute" function
|
|
--TEMPLATE--
|
|
{{ attribute(var=var, template="tpl") }}
|
|
--DATA--
|
|
return ['var' => null]
|
|
--EXCEPTION--
|
|
Twig\Error\SyntaxError: Value for argument "variable" is required for function "attribute" in "index.twig" at line 2.
|