Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

建议DZ的程序员写的程序少报notice吧。只要一开启error_reporting(E_ALL),到处是

[复制链接]
wjzhhr 发表于 2014-1-2 11:19:18 | 显示全部楼层 |阅读模式
建议DZ的程序员写的程序少报notice吧。只要一开启error_reporting(E_ALL),到处是notice。


例如:
if($_COOKIE['sid']) {
                        return;
}


你猜会不会报notice。

Notice: Undefined index: sid in D:\PHP\web\UCenter\upload\lib\template.class.php on line 155


很郁闷吧。
如果这样写呢:
if(!empty($_COOKIE['sid']) && $_COOKIE['sid']) {
                        return;
}






您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-28 03:21 , Processed in 0.127000 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表