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