summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-10-31 20:59:39 +0000
committerMarcus Boerger <helly@php.net>2004-10-31 20:59:39 +0000
commit9626e9859a045d76f4fdd339c61d9c4345758f68 (patch)
tree37dbab72e11ffc3c3bf939255177a780dda075a1 /ext/spl/php_spl.c
parentb87f16bfbe3b531b87fe4d1a957fa82e91acf9f2 (diff)
downloadphp-git-9626e9859a045d76f4fdd339c61d9c4345758f68.tar.gz
- Implement EmptyIterator in C
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-xext/spl/php_spl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c
index 3fcdd49ef7..f4bfb7d874 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -166,6 +166,7 @@ PHP_FUNCTION(class_implements)
SPL_ADD_CLASS(CachingIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(CachingRecursiveIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(DirectoryIterator, z_list, sub, allow, ce_flags); \
+ SPL_ADD_CLASS(EmptyIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(FilterIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(InfiniteIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(IteratorIterator, z_list, sub, allow, ce_flags); \