Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Martin Alterisio  >  NamespaceSim  >  test.php  >  Download  
File: test.php
Role: Example script
Content type: text/plain
Description: test script
Class: NamespaceSim
Emulate class namespaces under PHP 5
Author: By
Last change: Error mapping implementation.
Date: 2007-08-01 12:06
Size: 185 bytes
 

Contents

Class file image Download
<?php
/**
 * @ignore
 * @package ignore
 */
error_reporting(E_ALL E_STRICT);
require_once 
'NamespaceSim/Executer.php';
NamespaceSim_Executer::execute('example.nsim.php');
?>