]> granicus.if.org Git - php/commitdiff
- Fix proto
authorMarcus Boerger <helly@php.net>
Sat, 30 Oct 2004 10:04:37 +0000 (10:04 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 30 Oct 2004 10:04:37 +0000 (10:04 +0000)
ext/spl/spl_iterators.c

index cd80c3b067337d7947f04e79bfdccb7d49fa02f4..9f6308853d8695e39856e42191d7f8e74455b9d1 100755 (executable)
@@ -317,7 +317,7 @@ zend_object_iterator_funcs spl_recursive_it_iterator_funcs = {
        spl_recursive_it_rewind
 };
 
-/* {{{ proto RecursiveIteratorIterator::__construct(RecursiveIterator $it)
+/* {{{ proto RecursiveIteratorIterator::__construct(RecursiveIterator it, int flags)
    Creates a RecursiveIteratorIterator from a RecursiveIterator. */
 SPL_METHOD(RecursiveIteratorIterator, __construct)
 {