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/
H A DDocLexer.php52 const T_NULL = 111; define in Doctrine\\Common\\Annotations\\DocLexer
78 'null' => self::T_NULL
H A 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/
H A DUpperCaseConstantSniff.php44 T_NULL,
H A DLowerCaseConstantSniff.php54 T_NULL,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DAjaxNullComparisonSniff.php98 if ($tokens[$nullValue]['code'] !== T_NULL) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php384 T_NULL => 4,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1352 || $tokens[$i]['code'] === T_NULL