Source for file ignore.php

Documentation is available at ignore.php


1 <?php
2 /**
3 * @package Examples
4 */
5
6 /**
7 * @name PHP_BROKEN Is PHP broken?
8 */
9 define("PHP_BROKEN", TRUE);
10
11 /**
12 * @ignore
13 */
14 define("PHP_BROKEN", FALSE);
15 ?>

Documentation generated on Tue, 18 Nov 2003 18:06:11 +0100 by phpDocumentor 1.2.2