41 uses of T_ANON_CLASS
- AbstractControlStructureSpacing::findControlStructureEnd in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ AbstractControlStructureSpacing.php - AnonClassDeclarationSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Classes/ AnonClassDeclarationSniff.php - Returns an array of tokens this test wants to listen for.
- CallTimePassByReferenceSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ Functions/ CallTimePassByReferenceSniff.php - Returns an array of tokens this test wants to listen for.
- ClassDeclarationSniff::processClose in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Classes/ ClassDeclarationSniff.php - Processes the closing section of a class declaration.
- ClassDeclarationSniff::processOpen in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Classes/ ClassDeclarationSniff.php - Processes the opening section of a class declaration.
- ClassHelper::getAllNames in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ClassHelper.php - *
- ClassHelper::getFullyQualifiedName in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ClassHelper.php - ClassHelper::getName in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ClassHelper.php - ClassInstantiationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Classes/ ClassInstantiationSniff.php - Processes this test, when one of its tokens is encountered.
- ConstructorNameSniff::__construct in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ NamingConventions/ ConstructorNameSniff.php - Constructs the test with the tokens it wishes to listen for.
- EmptyPHPStatementSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ CodeAnalysis/ EmptyPHPStatementSniff.php - Processes this test, when one of its tokens is encountered.
- File::findExtendedClassName in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the name of the class that the specified class extends. (works for classes, anonymous classes and interfaces)
- File::findImplementedInterfaceNames in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the names of the interfaces that the specified class or enum implements.
- File::getDeclarationName in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the declaration name for classes, interfaces, traits, enums, and functions.
- File::getMemberProperties in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the visibility and implementation properties of a class member var.
- FunctionCallArgumentSpacingSniff::checkSpacing in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ Functions/ FunctionCallArgumentSpacingSniff.php - Checks the spacing around commas.
- FunctionCommentSniff::processReturn in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ Commenting/ FunctionCommentSniff.php - Process the return comment of this function comment.
- FunctionCommentSniff::processReturn in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Commenting/ FunctionCommentSniff.php - Process the return comment of this function comment.
- FunctionCommentThrowTagSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Commenting/ FunctionCommentThrowTagSniff.php - Processes this test, when one of its tokens is encountered.
- FunctionHelper::getFullyQualifiedName in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ FunctionHelper.php - Helpers::areAnyConditionsAClass in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Lib/ Helpers.php - *
- Helpers::areConditionsWithinFunctionBeforeClass in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Lib/ Helpers.php - * Return true if the token conditions are within a function before they are * within a class. * *
- LowerCaseKeywordSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ PHP/ LowerCaseKeywordSniff.php - Returns an array of tokens this test wants to listen for.
- NewWithoutParenthesesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ NewWithoutParenthesesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- NewWithParenthesesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ NewWithParenthesesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- PHP::processAdditional in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Performs additional processing after main tokenizing.
- PropertyHelper::getFullyQualifiedName in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ PropertyHelper.php - ReferencedNameHelper::isReferencedName in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ReferencedNameHelper.php - RequireSelfReferenceSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Classes/ RequireSelfReferenceSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- ScopeIndentSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ WhiteSpace/ ScopeIndentSniff.php - Processes this test, when one of its tokens is encountered.
- ScopeIndentSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ ScopeIndentSniff.php - Processes this test, when one of its tokens is encountered.
- SelfMemberReferenceSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Classes/ SelfMemberReferenceSniff.php - Processes the function tokens within the class.
- SideEffectsSniff::searchForConflict in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR1/ Sniffs/ Files/ SideEffectsSniff.php - Searches for symbol declarations and side effects.
- StaticThisUsageSniff::checkThisUsage in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Scope/ StaticThisUsageSniff.php - Check for $this variable usage between $next and $end tokens.
- StaticThisUsageSniff::__construct in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Scope/ StaticThisUsageSniff.php - Constructs the test with the tokens it wishes to listen for.
- SuperfluousWhitespaceSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ WhiteSpace/ SuperfluousWhitespaceSniff.php - Processes this sniff, when one of its tokens is encountered.
- TraitUseDeclarationSniff::register in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Classes/ TraitUseDeclarationSniff.php - *
- TraitUseSpacingSniff::register in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Classes/ TraitUseSpacingSniff.php - *
- UselessParenthesesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ PHP/ UselessParenthesesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- UselessSemicolonSniff::checkSemicolonAfterScope in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ PHP/ UselessSemicolonSniff.php - VariableAnalysisSniff::processVariableAsThisWithinClass in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Sniffs/ CodeAnalysis/ VariableAnalysisSniff.php - * Process a variable that is being accessed as a member of `$this`. * * Looks for variables of the form `$this->myVariable`. * * Can be called for any token and will return false if the variable is not * of this type. * *