]> granicus.if.org Git - php/commitdiff
- MFH Missed 'proto'
authorMarcus Boerger <helly@php.net>
Mon, 6 Mar 2006 22:22:54 +0000 (22:22 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 6 Mar 2006 22:22:54 +0000 (22:22 +0000)
ext/spl/spl_iterators.c

index 719f261d6f522337e337e9476018bd52dff6fd93..d404d77fc2b925db717b24983fb893ca74375832 100755 (executable)
@@ -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)
 {