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