1.2.947. PHP Native Attributes¶
This is the list of the PHP native attribute used in the code. PHP native attribute depends on the PHP version, as new attributes are added regularly.
<?php
#[Attribute]
class x {
function foo(#[SensitiveParameter] $a) {
// doSomething()
}
}
?>
See also PHP native attributes.
1.2.947.1. Connex PHP features¶
1.2.947.1.1. Specs¶
Short name |
Attributes/PhpNativeAttributes |
Rulesets |
|
Exakat since |
2.6.4 |
PHP Version |
With PHP 8.0 and more recent |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Very high |
Available in |