1.2.942. PHP Constant Usage¶
List of PHP constants being used.
<?php
const MY_CONST = 'Hello';
// PHP_EOL (native PHP Constant)
// MY_CONST (custom constant, not reported)
echo PHP_EOL . MY_CONST;
?>
See also Predefined Constants.
1.2.942.1. Connex PHP features¶
1.2.942.1.1. Specs¶
Short name |
Constants/PhpConstantUsage |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |