Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php51 const T_TRUE = 110; define in Doctrine\\Common\\Annotations\\DocLexer
76 'true' => self::T_TRUE,
H A DDocParser.php49 DocLexer::T_TRUE,
1062 case DocLexer::T_TRUE:
1063 $this->match(DocLexer::T_TRUE);
/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.php42 T_TRUE,
H A DLowerCaseConstantSniff.php52 T_TRUE,
/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.php386 T_TRUE => 4,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1350 } else if ($tokens[$i]['code'] === T_TRUE