PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/from_with_reserved_name.test

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/from_with_reserved_name.test   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/from_with_reserved_name.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 276 bytes
 

Contents

Class file image Download
--TEST-- "from" tag with reserved name --TEMPLATE-- {% from 'forms.twig' import templateName %} --TEMPLATE(forms.twig)-- --DATA-- return array() --EXCEPTION-- Twig_Error_Syntax: "templateName" cannot be an imported macro as it is a reserved keyword in "index.twig" at line 2.