InvalidIterator

March 20, 2020 ยท View on GitHub

Emitted when trying to iterate over a value that's not iterable

<?php

$a = 5;
foreach ($a as $b) {}