File: anonymous_functions.test

package info (click to toggle)
php-twig 3.23.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,484 kB
  • sloc: php: 25,234; makefile: 123; sh: 43
file content (10 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--TEST--
use an anonymous function as a function
--TEMPLATE--
{{ anon_foo('bar') }}
{{ 'bar'|anon_foo }}
--DATA--
return []
--EXPECT--
*bar*
*bar*