PHP Classes

File: libs/Twig/test/Twig/Tests/Fixtures/functions/max.test

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

Contents

Class file image Download
--TEST-- "max" function --TEMPLATE-- {{ max([2, 1, 3, 5, 4]) }} {{ max(2, 1, 3, 5, 4) }} {{ max({2:"two", 1:"one", 3:"three", 5:"five", 4:"for"}) }} --DATA-- return array() --EXPECT-- 5 5 two