PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_not_defined_cond.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_not_defined_cond.test   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_not_defined_cond.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: 257 bytes
 

Contents

Class file image Download
--TEST-- "for" tag --TEMPLATE-- {% for i, item in items if loop.last > 0 %} {% endfor %} --DATA-- return array('items' => array('a', 'b')) --EXCEPTION-- Twig_Error_Syntax: The "loop" variable cannot be used in a looping condition in "index.twig" at line 2.