Home
last modified time | relevance | path

Searched defs:T_OPEN_PARENTHESIS (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php50 const T_OPEN_PARENTHESIS = 109; define in Doctrine\\Common\\Annotations\\DocLexer
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php22 define('T_OPEN_PARENTHESIS', 'PHPCS_T_OPEN_PARENTHESIS'); define