Home
last modified time | relevance | path

Searched refs:arithmeticTokens (Results 1 – 4 of 4) sorted by relevance

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/ControlStructures/
H A DDisallowYodaConditionsSniff.php75 if (in_array($tokens[$prevIndex]['code'], Tokens::$arithmeticTokens, true) === true) {
160 $staticTokens += Tokens::$arithmeticTokens;
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Operators/
H A DIncrementDecrementUsageSniff.php90 if (isset(Tokens::$arithmeticTokens[$tokens[$next]['code']]) === true) {
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php251 || isset(Tokens::$arithmeticTokens[$stringTokens[$i]['code']]) === true
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Util/
H A DTokens.php327 public static $arithmeticTokens = [ variable in PHP_CodeSniffer\\Util\\Tokens