mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 17:36:53 +00:00
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
--TEST--
|
|
"cycle" function returns an error on empty sequences
|
|
--TEMPLATE--
|
|
{{ cycle([], 0) }}
|
|
--DATA--
|
|
return []
|
|
--EXCEPTION--
|
|
Twig\Error\RuntimeError: The "cycle" function expects a non-empty sequence in "index.twig" at line 2.
|