summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-02-21 09:45:38 +0000
committerMarcus Boerger <helly@php.net>2006-02-21 09:45:38 +0000
commit43e9def5630e3d6c547db7d34f36c7a1fee1d751 (patch)
treec288eadceb9fbffcec514f7b44a44ae827f22f3b /ext
parent416f3ef16024daf737addf67dd5f316efe2da171 (diff)
downloadphp-git-43e9def5630e3d6c547db7d34f36c7a1fee1d751.tar.gz
- Update
Diffstat (limited to 'ext')
-rwxr-xr-xext/spl/spl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/spl.php b/ext/spl/spl.php
index 70c3f2f480..53775fc081 100755
--- a/ext/spl/spl.php
+++ b/ext/spl/spl.php
@@ -66,8 +66,8 @@
*
* SPL offers advanced Array overloading:
*
- * - class ArrayObject implements IteratorAggregate
- * - class ArrayIterator implements Iterator
+ * - class ArrayObject implements IteratorAggregate, ArrayAccess, Countable
+ * - class ArrayIterator implements Iterator, ArrayAccess, Countable, SeekableIterator
* - class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator
*
* As the above suggest an ArrayObject creates an ArrayIterator when it comes to