summaryrefslogtreecommitdiff
path: root/ext/spl/spl_iterators.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-06-07 09:44:42 +0000
committerMarcus Boerger <helly@php.net>2006-06-07 09:44:42 +0000
commite0844e09bd9a64c59b765dbc16b1c6834821a979 (patch)
treee814d6d14dd6e32c2ef48d0d865dc4b6998df378 /ext/spl/spl_iterators.h
parent64c353ab79e3a49ae2aba533d353d4a93fe4b099 (diff)
downloadphp-git-e0844e09bd9a64c59b765dbc16b1c6834821a979.tar.gz
- MFH iterator_apply()
Diffstat (limited to 'ext/spl/spl_iterators.h')
-rwxr-xr-xext/spl/spl_iterators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_iterators.h b/ext/spl/spl_iterators.h
index 8a608def63..af4eccd8ff 100755
--- a/ext/spl/spl_iterators.h
+++ b/ext/spl/spl_iterators.h
@@ -55,6 +55,7 @@ PHP_MINIT_FUNCTION(spl_iterators);
PHP_FUNCTION(iterator_to_array);
PHP_FUNCTION(iterator_count);
+PHP_FUNCTION(iterator_apply);
typedef enum {
DIT_Default = 0,