--TEST-- "from" tag with reserved name --TEMPLATE-- {% import 'forms.twig' as macros %} {{ macros.parent() }} --TEMPLATE(forms.twig)-- --DATA-- return array() --EXCEPTION-- Twig_Error_Syntax: "parent" cannot be called as macro as it is a reserved keyword in "index.twig" at line 4.