Reports the variables that are used in a
foreach
loop as both an array expression and an array's key or value (for example,
foreach ($items as $items) {}
).
Commonly, this is the result of a typing error.