summaryrefslogtreecommitdiff
path: root/ext/spl/internal
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-08-02 00:00:41 +0000
committerMarcus Boerger <helly@php.net>2005-08-02 00:00:41 +0000
commitfb5f1b7fad9ad49c32066b76903a8cd1920634e6 (patch)
treeeb9f0a766327a1d2b46c1f37f5b62f836fab435b /ext/spl/internal
parent88fcc4859fab06e2be95ea97226ed2049a7e1c61 (diff)
downloadphp-git-fb5f1b7fad9ad49c32066b76903a8cd1920634e6.tar.gz
- Update version info
Diffstat (limited to 'ext/spl/internal')
-rwxr-xr-xext/spl/internal/recursiveiteratoriterator.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/spl/internal/recursiveiteratoriterator.inc b/ext/spl/internal/recursiveiteratoriterator.inc
index d77f9850da..b800cd49ae 100755
--- a/ext/spl/internal/recursiveiteratoriterator.inc
+++ b/ext/spl/internal/recursiveiteratoriterator.inc
@@ -17,7 +17,7 @@ define('RIT_CATCH_GET_CHILD', 2);
/**
* @brief Iterates through recursive iterators
* @author Marcus Boerger
- * @version 1.1
+ * @version 1.2
* @since PHP 5.0
*
* The objects of this class are created by instances of RecursiveIterator.
@@ -39,6 +39,7 @@ class RecursiveIteratorIterator implements OuterIterator
* - RIT_SELF_FIRST show parents prior to their childs
* - RIT_CHILD_FIRST show all childs prior to their parent
* @param flags Control flags, zero or any combination of the following
+ * (since PHP 5.1).
* - RIT_CATCH_GET_CHILD which catches exceptions during
* getChildren() calls and simply jumps to the next
* element.