Home
last modified time | relevance | path

Searched defs:T_TRUE (Results 1 – 2 of 2) 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
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php31 define('T_TRUE', 'PHPCS_T_TRUE'); define