diff options
author | Marcus Boerger <helly@php.net> | 2006-06-07 09:44:42 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-06-07 09:44:42 +0000 |
commit | e0844e09bd9a64c59b765dbc16b1c6834821a979 (patch) | |
tree | e814d6d14dd6e32c2ef48d0d865dc4b6998df378 /ext/spl/spl_iterators.h | |
parent | 64c353ab79e3a49ae2aba533d353d4a93fe4b099 (diff) | |
download | php-git-e0844e09bd9a64c59b765dbc16b1c6834821a979.tar.gz |
- MFH iterator_apply()
Diffstat (limited to 'ext/spl/spl_iterators.h')
-rwxr-xr-x | ext/spl/spl_iterators.h | 1 |
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, |