-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/spl/tests/
File Upload :
Current File : //usr/src/php/ext/spl/tests/bug49723.phpt

--TEST--
LimitIterator: do not seek if not needed 
--FILE--
<?php

$it = new ArrayIterator(array());

$lit = new LimitIterator($it, 0, 5);

foreach ($lit as $v) {
    echo $v;
}
?>
===DONE===
--EXPECT--
===DONE===

Copyright © 2017 || Recoded By Mr.Bumblebee