PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/sameas.test

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

Contents

Class file image Download
--TEST-- Twig supports the "same as" operator --TEMPLATE-- {{ 1 is same as(1) ? 'OK' }} {{ 1 is not same as(true) ? 'OK' }} {{ 1 is same as(1) ? 'OK' }} {{ 1 is not same as(true) ? 'OK' }} {{ 1 is same as (1) ? 'OK' }} {{ 1 is not same as (true) ? 'OK' }} --DATA-- return array() --EXPECT-- OK OK OK OK OK OK