Home
last modified time | relevance | path

Searched refs:T_FALSE (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php47 const T_FALSE = 106; define in Doctrine\\Common\\Annotations\\DocLexer
77 'false' => self::T_FALSE,
H A DDocParser.php50 DocLexer::T_FALSE,
1066 case DocLexer::T_FALSE:
1067 $this->match(DocLexer::T_FALSE);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnconditionalIfStatementSniff.php91 } else if ($code !== T_TRUE && $code !== T_FALSE) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DUpperCaseConstantSniff.php43 T_FALSE,
H A DLowerCaseConstantSniff.php53 T_FALSE,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DComparisonOperatorUsageSniff.php203 if ($tokens[$i]['code'] === T_TRUE || $tokens[$i]['code'] === T_FALSE) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php385 T_FALSE => 5,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1351 || $tokens[$i]['code'] === T_FALSE