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

Breadcrumb

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

T_INLINE_ELSE

23 uses of T_INLINE_ELSE
ArraySniff::process in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Arrays/ArraySniff.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.
DisallowShortTernaryOperatorSniff::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/ControlStructures/DisallowShortTernaryOperatorSniff.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
DisallowTrailingMultiLineTernaryOperatorSniff::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/ControlStructures/DisallowTrailingMultiLineTernaryOperatorSniff.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
InlineIfDeclarationSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php
Processes this sniff, when one of its tokens is encountered.

... See full list

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_INLINE_ELSE', 'PHPCS_T_INLINE_ELSE');

API Navigation

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