PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/filename.test

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/filename.test   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/filename.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: 345 bytes
 

Contents

Class file image Download
--TEST-- "filename" autoescape strategy --TEMPLATE-- {{ br -}} {{ include('index.html.twig') -}} {{ include('index.txt.twig') -}} --TEMPLATE(index.html.twig)-- {{ br -}} --TEMPLATE(index.txt.twig)-- {{ br -}} --DATA-- return array('br' => '<br />') --CONFIG-- return array('autoescape' => 'filename') --EXPECT-- &lt;br /&gt; &lt;br /&gt; <br />