Searched refs:isPharFile (Results 1 – 2 of 2) sorted by relevance
883 $inPhar = self::isPharFile($rulesetDir);1066 if (self::isPharFile($path) === true && strpos($path, 'ruleset.xml') === false) {1105 if (self::isPharFile($stdPath) === true1571 if (is_dir($path) === true || self::isPharFile($path) === true) {1572 if (self::isPharFile($path) === true) {2337 } else if (self::isPharFile($standardPath) === true) {2498 public static function isPharFile($path) function in PHP_CodeSniffer2529 if (self::isPharFile($path) === false) {2568 if (self::isPharFile($path) === true) {
373 if (PHP_CodeSniffer::isPharFile(dirname(dirname(__FILE__))) === true) {