PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/min.test

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

Contents

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