From 51044eabd4120ae47d2ad0553549335f570d7450 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 6 Mar 2006 22:22:07 +0000 Subject: [PATCH] - 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 cc4e3f95d9..9af522723f 100755 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -2372,7 +2372,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) { @@ -2421,7 +2421,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