diff options
| author | Marcus Boerger <helly@php.net> | 2004-11-01 10:45:54 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-11-01 10:45:54 +0000 |
| commit | 8e3a8b1e8edb23613c5785d0ee2a3104c8a8d616 (patch) | |
| tree | 72fe8096732d19d824e3d6f8f76a4da2a27777bd /ext/spl/php_spl.c | |
| parent | b557bdb665a69748afb885b3d3d47523d9a0973e (diff) | |
| download | php-git-8e3a8b1e8edb23613c5785d0ee2a3104c8a8d616.tar.gz | |
- Add interface Countable (PECL #30113)
Diffstat (limited to 'ext/spl/php_spl.c')
| -rwxr-xr-x | ext/spl/php_spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index c3f6b7599b..55f4369dd5 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -166,6 +166,7 @@ PHP_FUNCTION(class_implements) SPL_ADD_CLASS(ArrayIterator, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(CachingIterator, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(CachingRecursiveIterator, z_list, sub, allow, ce_flags); \ + SPL_ADD_CLASS(Countable, 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); \ |
