PHP Classes

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

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

Contents

Class file image Download
--TEST-- "dump" function --CONDITION-- !extension_loaded('xdebug') --TEMPLATE-- {{ dump('foo') }} {{ dump('foo', 'bar') }} --DATA-- return array('foo' => 'foo', 'bar' => 'bar') --CONFIG-- return array('debug' => true, 'autoescape' => false); --EXPECT-- string(3) "foo" string(3) "foo" string(3) "bar"