Lines Matching refs:count
267 $count = count($this->users);
269 $count -= count($this->users);
270 return $count;
286 if ($filter === []) return count($this->users);
288 $count = 0;
292 $count += $this->filter($user, $info);
295 return $count;
316 $count = 0;
324 $count++;
325 if (($limit > 0) && ($count >= $limit)) break;
450 if (count($data) < 5) {
472 if (!count(preg_grep($pattern, $info['grps']))) return false;