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

Breadcrumb

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

T_BITWISE_AND

38 uses of T_BITWISE_AND
CallTimePassByReferenceSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php
Processes this test, when one of its tokens is encountered.
ConditionHelper::getNegativeConditionPart in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/ConditionHelper.php
DisallowReferenceSniff::register in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/PHP/DisallowReferenceSniff.php
*
File::getMethodParameters in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the method parameters for the specified function token.
File::isReference in vendor/squizlabs/php_codesniffer/src/Files/File.php
Determine if the passed token is a reference operator.

... See full list

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_BITWISE_AND', 'PHPCS_T_BITWISE_AND');

API Navigation

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