Lines Matching refs:end
148 $end = $iprange[1]; variable
150 … "(hostip >= ? AND hostip <= ?) OR (ip >= ? AND ip <= ?)", [$start, $end, $start, $end]);
159 [$start, $end, $start, $end, $limitVotes]);
934 $end = [];
937 $end[$key] = "255";
940 if (!isset($end[$key])) {
941 $end[$key] = $start[$key];
944 ksort($end);
946 $end = ip2long(implode('.',$end));
947 if ($end - $start <= 0) {
950 return [$start, $end];