]> granicus.if.org Git - php/commitdiff
Fix prototype
authorZeev Suraski <zeev@php.net>
Sun, 30 May 2004 17:32:32 +0000 (17:32 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 30 May 2004 17:32:32 +0000 (17:32 +0000)
ext/spl/spl_iterators.c

index 3eb1b50dd4020b74d21f18e90eb9c089a368964f..4abf27f37519bb2d468fdfc139aeb1f593ed1b22 100755 (executable)
@@ -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)
 {