NullIterator

March 20, 2020 ยท View on GitHub

Emitted when iterating over null

<?php

foreach (null as $a) {}