PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/test/Twig/Tests/Fixtures/expressions/literals.test   Download  
File: libs/Twig/test/Twig/Tests/Fixtures/expressions/literals.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: 212 bytes
 

Contents

Class file image Download
--TEST-- Twig supports literals --TEMPLATE-- 1 {{ true }} 2 {{ TRUE }} 3 {{ false }} 4 {{ FALSE }} 5 {{ none }} 6 {{ NONE }} 7 {{ null }} 8 {{ NULL }} --DATA-- return array() --EXPECT-- 1 1 2 1 3 4 5 6 7 8