From e11b518c95f4cfa26c4722df6eb3a46cfb57f272 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 30 May 2004 17:32:32 +0000 Subject: [PATCH] Fix prototype --- ext/spl/spl_iterators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c index 3eb1b50dd4..4abf27f375 100755 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -985,7 +985,7 @@ static INLINE void spl_limit_it_seek(spl_dual_it_object *intern, long pos TSRMLS } } -/* {{{ proto LimitIterator:__construct(Iterator $it [, int $offset, int $count]) +/* {{{ proto LimitIterator::__construct(Iterator $it [, int $offset, int $count]) Construct a LimitIterator from an Iterator with a given starting offset and optionally a maximum count */ SPL_METHOD(LimitIterator, __construct) { -- 2.50.1