Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Tokens.php

T_START_NOWDOC

8 uses of T_START_NOWDOC
HeredocSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/HeredocSniff.php
Returns an array of tokens this test wants to listen for.
HereNowdocIdentifierSpacingSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/HereNowdocIdentifierSpacingSniff.php
Returns an array of tokens this test wants to listen for.
IndentationHelper::fixIndentation in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/IndentationHelper.php
*
PHP::tokenize in vendor/squizlabs/php_codesniffer/src/Tokenizers/PHP.php
Creates an array of tokens when given some PHP code.
RequireCombinedAssignmentOperatorSniff::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Operators/RequireCombinedAssignmentOperatorSniff.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *

... See full list

File

vendor/squizlabs/php_codesniffer/src/Util/Tokens.php, line 64

Namespace

PHP_CodeSniffer\Util

Code

define('T_START_NOWDOC', 'PHPCS_T_START_NOWDOC');

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal