T_DOUBLE_QUOTED_STRING
24 uses of T_DOUBLE_QUOTED_STRING
- AbstractVariableSniff::processTokenOutsideScope in vendor/
squizlabs/ php_codesniffer/ src/ Sniffs/ AbstractVariableSniff.php - Processes the token outside the scope in the file.
- AbstractVariableSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Sniffs/ AbstractVariableSniff.php - Processes the token in the specified PHP_CodeSniffer\Files\File.
- AbstractVariableSniff::__construct in vendor/
squizlabs/ php_codesniffer/ src/ Sniffs/ AbstractVariableSniff.php - Constructs an AbstractVariableTest.
- DisallowVariableParsingSniff::register in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Strings/ DisallowVariableParsingSniff.php - *
- DoubleQuoteUsageSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Strings/ DoubleQuoteUsageSniff.php - Processes this test, when one of its tokens is encountered.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 44
Namespace
PHP_CodeSniffer\UtilCode
define('T_DOUBLE_QUOTED_STRING', 'PHPCS_T_DOUBLE_QUOTED_STRING');