Lines Matching refs:start
147 $start = $iprange[0]; variable
150 … "(hostip >= ? AND hostip <= ?) OR (ip >= ? AND ip <= ?)", [$start, $end, $start, $end]);
159 [$start, $end, $start, $end, $limitVotes]);
922 $start = explode(".", $ip);
923 if (count($start) != 4) {
926 foreach ($start as $part) {
935 foreach (array_keys($start, "*", true) as $key) {
936 $start[$key] = "0";
939 foreach ($start as $key => $part) {
941 $end[$key] = $start[$key];
945 $start = ip2long(implode('.',$start));
947 if ($end - $start <= 0) {
950 return [$start, $end];