PHP Classes

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

Contents

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