15 uses of T_END_NOWDOC
- AnonClassDeclarationSniff::processSingleLineArgumentList in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Classes/ AnonClassDeclarationSniff.php - Processes this test, when one of its tokens is encountered.
- ArrayDeclarationSniff::processMultiLineArray in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Arrays/ ArrayDeclarationSniff.php - Processes a multi-line array definition.
- ConcatenationSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Strings/ ConcatenationSpacingSniff.php - Processes this test, when one of its tokens is encountered.
- DisallowSpaceIndentSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ DisallowSpaceIndentSniff.php - Processes this test, when one of its tokens is encountered.
- DisallowTabIndentSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ DisallowTabIndentSniff.php - Processes this test, when one of its tokens is encountered.
- File::findStartOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the first non-whitespace token in a statement.
- FunctionCallSignatureSniff::processSingleLineCall in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PEAR/ Sniffs/ Functions/ FunctionCallSignatureSniff.php - Processes single-line calls.
- IndentationHelper::fixIndentation in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ IndentationHelper.php - *
- InlineControlStructureSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ ControlStructures/ InlineControlStructureSniff.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.
- PHP::tokenize in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Creates an array of tokens when given some PHP code.
- 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.
- TrailingArrayCommaSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Arrays/ TrailingArrayCommaSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- UnusedFunctionParameterSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ CodeAnalysis/ UnusedFunctionParameterSniff.php - Processes this test, when one of its tokens is encountered.