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.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 34
Namespace
PHP_CodeSniffer\UtilCode
define('T_BITWISE_AND', 'PHPCS_T_BITWISE_AND');