T_NULL
17 uses of T_NULL
- AjaxNullComparisonSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ MySource/ Sniffs/ PHP/ AjaxNullComparisonSniff.php - Processes this sniff, when one of its tokens is encountered.
- DisallowYodaConditionsSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ ControlStructures/ DisallowYodaConditionsSniff.php - Processes this test, when one of its tokens is encountered.
- File::getMemberProperties in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the visibility and implementation properties of a class member var.
- File::getMethodParameters in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the method parameters for the specified function token.
- File::getMethodProperties in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the visibility and implementation properties of a method.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 24
Namespace
PHP_CodeSniffer\UtilCode
define('T_NULL', 'PHPCS_T_NULL');