Home
last modified time | relevance | path

Searched refs:booleanOperators (Results 1 – 6 of 6) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowBooleanStatementSniff.php39 return PHP_CodeSniffer_Tokens::$booleanOperators;
H A DDisallowComparisonAssignmentSniff.php113 if (isset(PHP_CodeSniffer_Tokens::$booleanOperators[$tokens[$i]['code']]) === true
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php191 … if (isset(PHP_CodeSniffer_Tokens::$booleanOperators[$tokens[$next]['code']]) === false) {
196 … if (isset(PHP_CodeSniffer_Tokens::$booleanOperators[$tokens[$prev]['code']]) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLogicalOperatorSpacingSniff.php51 return PHP_CodeSniffer_Tokens::$booleanOperators;
H A DOperatorSpacingSniff.php211 if (isset(PHP_CodeSniffer_Tokens::$booleanOperators[$tokens[$prev]['code']]) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php606 public static $booleanOperators = array( variable in PHP_CodeSniffer_Tokens