Searched refs:isUnderscoreName (Results 1 – 2 of 2) sorted by relevance
329 if (PHP_CodeSniffer::isUnderscoreName($content) !== true) {371 if (PHP_CodeSniffer::isUnderscoreName($content) === true) {424 if (PHP_CodeSniffer::isUnderscoreName($content) === true) {
2060 public static function isUnderscoreName($string) function in PHP_CodeSniffer