mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
--TEST--
|
|
Functions as static method calls
|
|
--TEMPLATE--
|
|
{{ static_call_string('foo') }}
|
|
{{ static_call_array('foo') }}
|
|
--DATA--
|
|
return ['foo' => 'foo']
|
|
--EXPECT--
|
|
*foo*
|
|
*foo*
|