mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 09:56:32 +00:00
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
--TEST--
|
|
"cycle" function without enough args and a named argument
|
|
--TEMPLATE--
|
|
{{ cycle(position=2) }}
|
|
--DATA--
|
|
return []
|
|
--EXCEPTION--
|
|
Twig\Error\SyntaxError: Value for argument "values" is required for function "cycle" in "index.twig" at line 2.
|