| // +----------------------------------------------------------------------+ // // $Id$ /** * Replace constant E_STRICT * * @category PHP * @package PHP_Compat * @link http://php.net/ref.errorfunc * @author Aidan Lister * @version $Revision: 1.11 $ * @since PHP 5 */ if (!defined('E_STRICT')) { define('E_STRICT', 2048); } ?>