Home
last modified time | relevance | path

Searched refs:T_NULL (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DDocLexer.php52 const T_NULL = 111; define in Doctrine\\Common\\Annotations\\DocLexer
78 'null' => self::T_NULL
DDocParser.php51 DocLexer::T_NULL
1070 case DocLexer::T_NULL:
1071 $this->match(DocLexer::T_NULL);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
DUpperCaseConstantSniff.php44 T_NULL,
DLowerCaseConstantSniff.php54 T_NULL,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
DAjaxNullComparisonSniff.php98 if ($tokens[$nullValue]['code'] !== T_NULL) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DTokens.php384 T_NULL => 4,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
DPHP.php1352 || $tokens[$i]['code'] === T_NULL