InitialValue
Table of Contents
Classes
- NewConstantArraysUsingConstSniff
- Detect declaration of constants using the `const` keyword with a (constant) array value as supported since PHP 5.6.
- NewConstantArraysUsingDefineSniff
- Detect declaration of constants using `define()` with a (constant) array value as supported since PHP 7.0.
- NewConstantScalarExpressionsSniff
- Detect constant scalar expressions being used to set an initial value.
- NewHeredocSniff
- Detect a heredoc being used to set an initial value.