--TEST-- Exception for multile function with undefined variable --TEMPLATE-- {{ include('foo', with_context=with_context ) }} --TEMPLATE(foo)-- Foo --DATA-- return array() --EXCEPTION-- Twig_Error_Runtime: Variable "with_context" does not exist in "index.twig" at line 3.