Searched refs:rangeMatch (Results 1 – 2 of 2) sorted by relevance
126 public function setRangeMatch(Int64RangeMatch $rangeMatch) argument128 $this->rangeMatch = $rangeMatch;135 return $this->rangeMatch;
1467 } elseif (preg_match('/^>(\d+)(d|w|m|y)$/i', $range, $rangeMatch)) {1469 $rangeNum = (int)$rangeMatch[1];1470 $rangeUnit = strtolower($rangeMatch[2]);