Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php52 const T_NULL = 111; define in Doctrine\\Common\\Annotations\\DocLexer
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php29 define('T_NULL', 'PHPCS_T_NULL'); define