芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp5/includes/PHP/Compat/Constant/E_STRICT.php
| // +----------------------------------------------------------------------+ // // $Id: E_STRICT.php,v 1.11 2004/08/19 10:09:52 aidan Exp $ /** * 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); } ?>