Test: /ext/spl/tests/iterator_032.phpt - Version 7.1.2RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught OutOfBoundsException: Cannot seek to 1 which is behind offset 1 plus count 0 in %s/iterator_032.php:5
002+ Stack trace:
003+ #0 %s/iterator_032.php(5): LimitIterator->rewind()
004+ #1 {main}
005+ thrown in %s/iterator_032.php on line 5
001- 1=>2
002- int(1)
003- 2=>3
004- int(2)
005- Cannot seek to 0 which is below the offset 1
006- int(3)
007- Cannot seek to 3 which is behind offset 1 plus count 2
008- bool(false)
009- ===DONE===