PHP Classes

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

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

Contents

Class file image Download
--TEST-- "constant" function --TEMPLATE-- {{ constant('DATE_W3C') == expect ? 'true' : 'false' }} {{ constant('ARRAY_AS_PROPS', object) }} --DATA-- return array('expect' => DATE_W3C, 'object' => new ArrayObject(array('hi'))); --EXPECT-- true 2