mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
--TEST--
|
|
__call calls
|
|
--TEMPLATE--
|
|
{{ 'foo'|magic_call }}
|
|
{{ 'foo'|magic_call_closure }}
|
|
--DATA--
|
|
return []
|
|
--EXPECT--
|
|
magic_foo
|
|
magic_foo
|