PHP Classes

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

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

Contents

Class file image Download
--TEST-- Twig unary operators precedence --TEMPLATE-- {{ -1 - 1 }} {{ -1 - -1 }} {{ -1 * -1 }} {{ 4 / -1 * 5 }} --DATA-- return array() --EXPECT-- -2 0 1 -20