1.2.475. Foreach() Favorite

Collect the name used in foreach() loops. Then, sorts them in order of popularity.

<?php

// collect $k, $v
foreach($array as $k => $v) { }

// collect $k, $v1, $v2
foreach($array as $k => [$v1, $v2]) { }

?>

1.2.475.1. Specs

Short name

Dump/CollectForeachFavorite

Rulesets

All, CE, Dump

Exakat since

1.9.7

PHP Version

All

Severity

Minor

Time To Fix

Quick (30 mins)

Precision

Very high

Features

foreach

Available in

Entreprise Edition, Community Edition, Exakat Cloud