Home
last modified time | relevance | path

Searched refs:T_CLOSE_PARENTHESIS (Results 1 – 16 of 16) 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
63 ')' => self::T_CLOSE_PARENTHESIS,
H A DDocParser.php865 if ( ! $this->lexer->isNextToken(DocLexer::T_CLOSE_PARENTHESIS)) {
869 $this->match(DocLexer::T_CLOSE_PARENTHESIS);
886 if ($this->lexer->isNextToken(DocLexer::T_CLOSE_PARENTHESIS)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DEchoedStringsSniff.php71 if ($tokens[$prev]['code'] !== T_CLOSE_PARENTHESIS) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php378 T_CLOSE_PARENTHESIS => 1,
695 T_CLOSE_PARENTHESIS => T_CLOSE_PARENTHESIS,
H A DFile.php1690 } else if ($tokens[$i]['code'] === T_CLOSE_PARENTHESIS) {
2878 case T_CLOSE_PARENTHESIS:
3520 T_CLOSE_PARENTHESIS => true,
3542 if ($this->_tokens[$i]['code'] === T_CLOSE_PARENTHESIS
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php142 || $tokenCode === T_CLOSE_PARENTHESIS
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php171 if ($tokens[$prev]['code'] === T_CLOSE_PARENTHESIS) {
309 if ($tokens[$before]['code'] === T_CLOSE_PARENTHESIS) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUselessOverridingMethodSniff.php135 } else if ($code === T_CLOSE_PARENTHESIS) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php403 if ($finalTokens[$y]['code'] === T_CLOSE_PARENTHESIS) {
420 if ($finalTokens[$i]['code'] === T_CLOSE_PARENTHESIS) {
H A DPHP.php1282 T_CLOSE_PARENTHESIS => T_CLOSE_PARENTHESIS,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DComparisonOperatorUsageSniff.php129 if ($tokens[$end]['code'] !== T_CLOSE_PARENTHESIS) {
H A DIncrementDecrementUsageSniff.php143 …$statementEnd = $phpcsFile->findNext(array(T_SEMICOLON, T_CLOSE_PARENTHESIS, T_CLOSE_SQUARE_BRACKE…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DInlineIfDeclarationSniff.php86 if ($tokens[$contentBefore]['code'] !== T_CLOSE_PARENTHESIS) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DNonExecutableCodeSniff.php75 if ($tokens[$i]['code'] === T_CLOSE_PARENTHESIS) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php545 || $tokens[$next]['code'] === T_CLOSE_PARENTHESIS)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php236 && $tokens[$checkToken]['code'] === T_CLOSE_PARENTHESIS
238 || ($tokens[$i]['code'] === T_CLOSE_PARENTHESIS