PHP Classes

File: libs/Twig/test/Twig/Tests/Fixtures/expressions/array_call.test

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/test/Twig/Tests/Fixtures/expressions/array_call.test   Download  
File: libs/Twig/test/Twig/Tests/Fixtures/expressions/array_call.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 240 bytes
 

Contents

Class file image Download
--TEST-- Twig supports method calls --TEMPLATE-- {{ items.foo }} {{ items['foo'] }} {{ items[foo] }} {{ items[items[foo]] }} --DATA-- return array('foo' => 'bar', 'items' => array('foo' => 'bar', 'bar' => 'foo')) --EXPECT-- bar bar foo bar