1--TEST--
2Functions as static method calls
3--TEMPLATE--
4{{ static_call_string('foo') }}
5{{ static_call_array('foo') }}
6--DATA--
7return ['foo' => 'foo']
8--EXPECT--
9*foo*
10*foo*
11