mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
--TEST--
|
|
__staticCall calls
|
|
--TEMPLATE--
|
|
{{ 'foo'|magic_call_string }}
|
|
{{ 'foo'|magic_call_array }}
|
|
--DATA--
|
|
return []
|
|
--EXPECT--
|
|
static_magic_foo
|
|
static_magic_foo
|