1.2.1231. Type Array Index¶
All literal index used in the code.
<?php
// index is an index. it is read
$array['index'] = 1;
// another_index and second_level are read
$array[] = $array['another_index']['second_level'];
// variables index are not reported
$array[$variable] = 1;
?>
1.2.1231.1. Connex PHP features¶
1.2.1231.1.1. Specs¶
Short name |
Type/ArrayIndex |
Rulesets |
|
Exakat since |
1.0.4 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Very high |
Available in |