bug #1531 Fixed usage of LimitIterator (grachov)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 23:28:34 +0000 (01:28 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 23:28:34 +0000 (01:28 +0200)
This PR was squashed before being merged into the 1.16-dev branch (closes #1531).

Discussion
----------

Fixed usage of LimitIterator

When you want to get all items from the start position to the end, for `array_slice` you should pass `null` as the `length` argument, while for `LimitIterator` it should be `-1`.

Commits
-------

f76e67f Fixed usage of LimitIterator


Trivial merge