1.2.651. Magic Constant Usage¶
There are eight magical constants that change depending on where they are used. For example, the value of
__LINE__depends on the line that it’s used on in your script. These special constants are case-insensitive.
__LINE____FILE____DIR____FUNCTION____CLASS____TRAIT____METHOD____NAMESPACE__
<?php
echo 'This code is in file '__FILE__.', line '.__LINE__;
?>
See also Magic Constants.
1.2.651.1. Connex PHP features¶
1.2.651.1.1. Specs¶
Short name |
Constants/MagicConstantUsage |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |