PHP Classes

File: tests/assert_templates/null.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   tests/assert_templates/null.php   Download  
File: tests/assert_templates/null.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: Haanga
Template engine to process Django style templates
Author: By
Last change: Update of tests/assert_templates/null.php
Date: 4 years ago
Size: 100 bytes
 

Contents

Class file image Download
<?php

$data
= array(
'obj' => array(
   
'foo' => NULL,
   
'bar' => false,
   
'foobar' => 0,
));