Searched refs:REGEX_REQUIRES (Results 1 – 1 of 1) sorted by relevance
21 …const REGEX_REQUIRES = '/@requires\s+(?P<name>function|extension)\s+(?P<value>([^ ]+?))\… define in PHPUnit_Util_Test190 if ($count = preg_match_all(self::REGEX_REQUIRES, $docComment, $matches)) {