Home
last modified time | relevance | path

Searched defs:T_NONE (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php35 const T_NONE = 1; define in Doctrine\\Common\\Annotations\\DocLexer
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php17 define('T_NONE', 'PHPCS_T_NONE'); define