Skip to content

Commit 76775a3

Browse files
sasezakismalyshev
authored andcommitted
fix invalid variable name at ext/spl/internal/multipleiterator.inc
1 parent 2c73ce4 commit 76775a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/internal/multipleiterator.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class MultipleIterator implements Iterator
163163
$retval = array();
164164
foreach($this->iterators as $iter)
165165
{
166-
if ($it->valid())
166+
if ($iter->valid())
167167
{
168168
if ($this->flags & self::MIT_KEYS_ASSOC)
169169
{

0 commit comments

Comments
 (0)