Searched refs:arithmeticTokens (Results 1 – 3 of 3) sorted by relevance
201 … || in_array($stringTokens[$i]['code'], PHP_CodeSniffer_Tokens::$arithmeticTokens) === true
104 if (isset(PHP_CodeSniffer_Tokens::$arithmeticTokens[$tokens[$next]['code']]) === true) {
479 public static $arithmeticTokens = array( variable in PHP_CodeSniffer_Tokens