summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-10-29 20:12:57 +0000
committerMarcus Boerger <helly@php.net>2004-10-29 20:12:57 +0000
commit208a97a221055eba43430139fef0d02875e3ffbd (patch)
tree788d0447f86ec1034d322a95f2de93581ae8469c /ext/spl/php_spl.c
parent85cae789880ca391d9c7e37384e882e658622c15 (diff)
downloadphp-git-208a97a221055eba43430139fef0d02875e3ffbd.tar.gz
- Implement OuterIterator 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 c33a49041b..d8a298676c 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -168,6 +168,7 @@ PHP_FUNCTION(class_implements)
SPL_ADD_CLASS(DirectoryIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(FilterIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(LimitIterator, z_list, sub, allow, ce_flags); \
+ SPL_ADD_CLASS(OuterIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(ParentIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(RecursiveDirectoryIterator, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(RecursiveIterator, z_list, sub, allow, ce_flags); \