count(): Parameter must be an array or an object that implements Countable
dongdong7 opened this issue · 7 comments
dongdong7 commented
lihsai0 commented
xuanyanwow commented
我在PR 377已经解决,可惜没有合并处理 响应速度较慢 哈哈哈哈
393633905 commented
i将count()删除,使用if($body && .....)进行判断
zhuaiwhh commented
if(count((array)$body) > 0
neatstudio commented
哈哈。同款问题。我现在只能在代码里临时error_reporting(0)了
$report = error_reporting(0);
//....code
error_reporting($report);
zhaozhentao commented
赶紧更新呀,太慢了
tomener commented
今天一大早就踩到这个坑
