PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/force_escape.test

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

Contents

Class file image Download
--TEST-- "escape" filter --TEMPLATE-- {% set foo %} foo<br /> {% endset %} {{ foo|e('html') -}} {{ foo|e('js') }} {% autoescape true %} {{ foo }} {% endautoescape %} --DATA-- return array() --EXPECT-- foo&lt;br /&gt; \x20\x20\x20\x20foo\x3Cbr\x20\x2F\x3E\x0A foo<br />