Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 94 Bytes

NullIterator.md

File metadata and controls

9 lines (6 loc) · 94 Bytes

NullIterator

Emitted when iterating over null

<?php

foreach (null as $a) {}