27 uses of T_PARENT
- AbstractControlStructureSpacing::getTokensToCheck in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ AbstractControlStructureSpacing.php - *
- AbstractLineCall::register in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ AbstractLineCall.php - *
- 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.
- ClassInstantiationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Classes/ ClassInstantiationSniff.php - Processes this test, when one of its tokens is encountered.
- ConditionHelper::getNegativeConditionPart in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ConditionHelper.php - ConstructorNameSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ NamingConventions/ ConstructorNameSniff.php - Processes this test when one of its tokens is encountered.
- DisallowMultipleAssignmentsSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ PHP/ DisallowMultipleAssignmentsSniff.php - Processes this test, when one of its tokens is encountered.
- DisallowTrailingCommaInCallSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ DisallowTrailingCommaInCallSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- File::getMemberProperties in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the visibility and implementation properties of a class member var.
- File::getMethodParameters in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the method parameters for the specified function token.
- File::getMethodProperties in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the visibility and implementation properties of a method.
- File::isReference in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Determine if the passed token is a reference operator.
- FunctionCallArgumentSpacingSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ Functions/ FunctionCallArgumentSpacingSniff.php - Returns an array of tokens this test wants to listen for.
- IdentificatorHelper::findEndPointer in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ IdentificatorHelper.php - IdentificatorHelper::getStartPointerBeforeOperator in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ IdentificatorHelper.php - 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.
- OperatorBracketSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Formatting/ OperatorBracketSniff.php - Processes this test, when one of its tokens is encountered.
- PHP::processAdditional in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Performs additional processing after main tokenizing.
- RequireTrailingCommaInCallSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ RequireTrailingCommaInCallSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- StaticClosureSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ StaticClosureSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- TokenHelper::getOnlyTypeHintTokenCodes in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ TokenHelper.php - *
- UselessOverridingMethodSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ CodeAnalysis/ UselessOverridingMethodSniff.php - Processes this test, when one of its tokens is encountered.
- UselessParenthesesSniff::checkParenthesesAroundVariableOrFunctionCall in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ PHP/ UselessParenthesesSniff.php - UselessParenthesesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ PHP/ UselessParenthesesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- VariableAnalysisSniff::processVariableAsStaticMember in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Sniffs/ CodeAnalysis/ VariableAnalysisSniff.php - * Process a variable that is being accessed with static syntax. * * That is, this will record the use of a variable of the form * `MyClass::$myVariable` or `self::$myVariable`. * * Can be called for any token and will return false if theā¦
- VariableCommentSniff::processMemberVar in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ Commenting/ VariableCommentSniff.php - Called to process class member vars.
- VariableCommentSniff::processMemberVar in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Commenting/ VariableCommentSniff.php - Called to process class member vars.