1.2.84. Blind Variables

Blind variables are that are used in foreach or for structure, for managing the loop itself.

<?php
    foreach($array as $key => $value) {
        // $key and $value are blind values
    }

?>

1.2.84.1. Specs

Short name

Variables/Blind

Rulesets

All

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

blind-variable

Available in

Entreprise Edition, Exakat Cloud