PHP Classes

File: test.php

Recommend this page to a friend!
  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: 17 years ago
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');
?>