码迷,mamicode.com
首页 > Web开发 > 详细

php报错:Strict Standards: Only variables should be passed by reference in...

时间:2015-10-09 22:39:47      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

我的报错代码

DB::unDB($_result = null , $_db);

改成下面这种写法就不报错了。(和php版本有关系)

$_result = null;
DB::unDB($_result , $_db);

 

php报错:Strict Standards: Only variables should be passed by reference in...

标签:

原文地址:http://www.cnblogs.com/hereim/p/4865216.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!