From: Zeev Suraski Date: Sun, 30 May 2004 17:32:32 +0000 (+0000) Subject: Fix prototype X-Git-Tag: php-5.0.0RC3RC2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e11b518c95f4cfa26c4722df6eb3a46cfb57f272;p=php Fix prototype --- 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) {