diff options
| author | Marcus Boerger <helly@php.net> | 2005-09-18 17:15:04 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-09-18 17:15:04 +0000 |
| commit | 7d918fae4c3ab0102258b7e76059c00151a83b3c (patch) | |
| tree | 0c964b2db396f93105145e2d92cbe94ed3758c44 /ext/spl/spl.php | |
| parent | 7e762989e700d4adf72867cc10c99195a4681950 (diff) | |
| download | php-git-7d918fae4c3ab0102258b7e76059c00151a83b3c.tar.gz | |
- Synch naming/move changes with HEAD
- Update tests/docu
# New functionality in CachingIterator/RecursiveIteratorIterator not MFHed
Diffstat (limited to 'ext/spl/spl.php')
| -rwxr-xr-x | ext/spl/spl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 17c5f6f7f8..1f4735b3f6 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -40,7 +40,7 @@ * - interface SeekableIterator implements Iterator * - class LimitIterator implements OuterIterator * - class CachingIterator implements OuterIterator - * - class CachingRecursiveIterator extends CachingIterator implements RecursiveIterator + * - class RecursiveCachingIterator extends CachingIterator implements RecursiveIterator * - class IteratorIterator implements OuterIterator * - class NoRewindIterator implements OuterIterator * - class EmptyIterator implements Iterator |
