PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/TestInclude.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/TestInclude.php   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/TestInclude.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 153 bytes
 

Contents

Class file image Download
<?php

$env
= new Twig_Environment(new Twig_Loader_Array(array()));
$env->addTest(new Twig_SimpleTest('anonymous', function () {
   
}));

return
$env;