PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/combined_debug_info.test

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

Contents

Class file image Download
--TEST-- Exception with bad line number --TEMPLATE-- {% block content %} {{ foo }} {{ include("foo") }} {% endblock %} index --TEMPLATE(foo)-- foo {{ foo.bar }} --DATA-- return array('foo' => 'foo'); --EXCEPTION-- Twig_Error_Runtime: Impossible to access an attribute ("bar") on a string variable ("foo") in "foo" at line 3