Operators
Table of Contents
Classes
- ChangedConcatOperatorPrecedenceSniff
- Detect code affected by the change in operator precedence of concatenation in PHP 8.0.
- ForbiddenNegativeBitshiftSniff
- Bitwise shifts by negative number will throw an ArithmeticError since PHP 7.0.
- NewOperatorsSniff
- Detect use of new PHP operators.
- NewShortTernarySniff
- Detect usage of the short ternary (elvis) operator as introduced in PHP 5.3.
- RemovedTernaryAssociativitySniff
- The left-associativity of the ternary operator is deprecated in PHP 7.4 and removed in PHP 8.0.