Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php44 const T_CLOSE_PARENTHESIS = 103; define in Doctrine\\Common\\Annotations\\DocLexer
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php23 define('T_CLOSE_PARENTHESIS', 'PHPCS_T_CLOSE_PARENTHESIS'); define