projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f477a
)
- Missed 'proto'
author
Marcus Boerger
<helly@php.net>
Mon, 6 Mar 2006 22:22:07 +0000
(22:22 +0000)
committer
Marcus Boerger
<helly@php.net>
Mon, 6 Mar 2006 22:22:07 +0000
(22:22 +0000)
ext/spl/spl_iterators.c
patch
|
blob
|
history
diff --git
a/ext/spl/spl_iterators.c
b/ext/spl/spl_iterators.c
index cc4e3f95d95fe86988adb86295cfdc4e5313a327..9af522723fb83572e6ca41f77e3adc4f59385012 100755
(executable)
--- 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)
{