Searched refs:clean_matches (Results 1 – 1 of 1) sorted by relevance
152 preg_match_all("/".$clean_pattern."/", $html, $clean_matches, PREG_OFFSET_CAPTURE);153 $count = count_from_pos($matches, $clean_matches, $start);154 $clean_start = $clean_matches[0][$count][1];179 function count_from_pos($matches, $clean_matches, $pos){ argument181 for($count=0; $count < count($clean_matches[0]); $count++) {185 $clean_match = $clean_matches[0][$count];