Searched refs:preg_match_all_wrapper (Results 1 – 1 of 1) sorted by relevance
16 optionParser::preg_match_all_wrapper($pattern, $match, $found);100 optionParser::preg_match_all_wrapper("exclude:([^[ <>]*):", $match, $found);107 optionParser::preg_match_all_wrapper("exclude:([^[ <>]*)", $match, $found);159 static private function preg_match_all_wrapper($pattern, $subject, &$matches){ function in optionParser