错误位置
FILE: E:\www\weixin_thinkphp3.2\Application\Common\Common\function.php LINE: 309
array_walk_recursive($list,
function($val,$key,$c){ //$c返回值
$c[$key][] = $val;
}
,&$res_); (&$res_ 出现Class 'Think\Log' not found)
($res_ 不出现Class 'Think\Log' not found) 这好像不影响吧
出现情况:function.php
最佳答案