From a325d22cd1cc6bb9cecd8c7bba85266865bb8c12 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 6 Mar 2006 22:22:54 +0000 Subject: [PATCH] - MFH Missed 'proto' --- ext/spl/spl_iterators.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c index 719f261d6f..d404d77fc2 100755 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -2043,7 +2043,7 @@ static zend_function_entry spl_funcs_AppendIterator[] = { {NULL, NULL, NULL} }; -/* {{{ array iterator_to_array(Traversable it) +/* {{{ proto array iterator_to_array(Traversable it) Copy the iterator into an array */ PHP_FUNCTION(iterator_to_array) { @@ -2088,7 +2088,7 @@ PHP_FUNCTION(iterator_to_array) } /* }}} */ -/* {{{ int iterator_count(Traversable it) +/* {{{ proto int iterator_count(Traversable it) Count the elements in an iterator */ PHP_FUNCTION(iterator_count) { -- 2.50.1