- Missed 'proto'
authorMarcus Boerger <helly@php.net>
Mon, 6 Mar 2006 22:22:07 +0000 (22:22 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 6 Mar 2006 22:22:07 +0000 (22:22 +0000)
ext/spl/spl_iterators.c

index cc4e3f95d95fe86988adb86295cfdc4e5313a327..9af522723fb83572e6ca41f77e3adc4f59385012 100755 (executable)
@@ -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)
 {