PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context_local.test

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

Contents

Class file image Download
--TEST-- "for" tag adds a loop variable to the context locally --TEMPLATE-- {% for item in items %} {% endfor %} {% if loop is not defined %}WORKS{% endif %} --DATA-- return array('items' => array()) --EXPECT-- WORKS