3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo (new ReflectionClass('RecursiveTreeIterator'));
Output for 8.1.0 - 8.1.27, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Class [ <internal:SPL> <iterateable> class RecursiveTreeIterator extends RecursiveIteratorIterator implements Iterator, Traversable, OuterIterator ] { - Constants [12] { Constant [ public int LEAVES_ONLY ] { 0 } Constant [ public int SELF_FIRST ] { 1 } Constant [ public int CHILD_FIRST ] { 2 } Constant [ public int CATCH_GET_CHILD ] { 16 } Constant [ public int BYPASS_CURRENT ] { 4 } Constant [ public int BYPASS_KEY ] { 8 } Constant [ public int PREFIX_LEFT ] { 0 } Constant [ public int PREFIX_MID_HAS_NEXT ] { 1 } Constant [ public int PREFIX_MID_LAST ] { 2 } Constant [ public int PREFIX_END_HAS_NEXT ] { 3 } Constant [ public int PREFIX_END_LAST ] { 4 } Constant [ public int PREFIX_RIGHT ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] { - Parameters [4] { Parameter #0 [ <required> $iterator ] Parameter #1 [ <optional> int $flags = RecursiveTreeIterator::BYPASS_KEY ] Parameter #2 [ <optional> int $cachingIteratorFlags = CachingIterator::CATCH_GET_CHILD ] Parameter #3 [ <optional> int $mode = RecursiveTreeIterator::SELF_FIRST ] } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] { - Parameters [0] { } - Tentative return [ mixed ] } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] { - Parameters [0] { } - Tentative return [ mixed ] } Method [ <internal:SPL> public method getPrefix ] { - Parameters [0] { } - Tentative return [ string ] } Method [ <internal:SPL> public method setPostfix ] { - Parameters [1] { Parameter #0 [ <required> string $postfix ] } - Tentative return [ void ] } Method [ <internal:SPL> public method setPrefixPart ] { - Parameters [2] { Parameter #0 [ <required> int $part ] Parameter #1 [ <required> string $value ] } - Tentative return [ void ] } Method [ <internal:SPL> public method getEntry ] { - Parameters [0] { } - Tentative return [ string ] } Method [ <internal:SPL> public method getPostfix ] { - Parameters [0] { } - Tentative return [ string ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method rewind ] { - Parameters [0] { } - Tentative return [ void ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method valid ] { - Parameters [0] { } - Tentative return [ bool ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method next ] { - Parameters [0] { } - Tentative return [ void ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] { - Parameters [0] { } - Tentative return [ int ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] { - Parameters [1] { Parameter #0 [ <optional> ?int $level = null ] } - Tentative return [ ?RecursiveIterator ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] { - Parameters [0] { } - Tentative return [ RecursiveIterator ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method beginIteration ] { - Parameters [0] { } - Tentative return [ void ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method endIteration ] { - Parameters [0] { } - Tentative return [ void ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method callHasChildren ] { - Parameters [0] { } - Tentative return [ bool ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method callGetChildren ] { - Parameters [0] { } - Tentative return [ ?RecursiveIterator ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method beginChildren ] { - Parameters [0] { } - Tentative return [ void ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method endChildren ] { - Parameters [0] { } - Tentative return [ void ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method nextElement ] { - Parameters [0] { } - Tentative return [ void ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] { - Parameters [1] { Parameter #0 [ <optional> int $maxDepth = -1 ] } - Tentative return [ void ] } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] { - Parameters [0] { } - Tentative return [ int|false ] } } }
Output for 8.0.9 - 8.0.30
Class [ <internal:SPL> <iterateable> class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { - Constants [12] { Constant [ public int LEAVES_ONLY ] { 0 } Constant [ public int SELF_FIRST ] { 1 } Constant [ public int CHILD_FIRST ] { 2 } Constant [ public int CATCH_GET_CHILD ] { 16 } Constant [ public int BYPASS_CURRENT ] { 4 } Constant [ public int BYPASS_KEY ] { 8 } Constant [ public int PREFIX_LEFT ] { 0 } Constant [ public int PREFIX_MID_HAS_NEXT ] { 1 } Constant [ public int PREFIX_MID_LAST ] { 2 } Constant [ public int PREFIX_END_HAS_NEXT ] { 3 } Constant [ public int PREFIX_END_LAST ] { 4 } Constant [ public int PREFIX_RIGHT ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] { - Parameters [4] { Parameter #0 [ <required> $iterator ] Parameter #1 [ <optional> int $flags = RecursiveTreeIterator::BYPASS_KEY ] Parameter #2 [ <optional> int $cachingIteratorFlags = CachingIterator::CATCH_GET_CHILD ] Parameter #3 [ <optional> int $mode = RecursiveTreeIterator::SELF_FIRST ] } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPrefix ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPostfix ] { - Parameters [1] { Parameter #0 [ <required> string $postfix ] } } Method [ <internal:SPL> public method setPrefixPart ] { - Parameters [2] { Parameter #0 [ <required> int $part ] Parameter #1 [ <required> string $value ] } } Method [ <internal:SPL> public method getEntry ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPostfix ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method rewind ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method valid ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method next ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] { - Parameters [1] { Parameter #0 [ <optional> ?int $level = null ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method beginIteration ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method endIteration ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method callHasChildren ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method callGetChildren ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method beginChildren ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method endChildren ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method nextElement ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] { - Parameters [1] { Parameter #0 [ <optional> int $maxDepth = -1 ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] { - Parameters [0] { } } } }
Output for 8.0.0 - 8.0.8
Class [ <internal:SPL> <iterateable> class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { - Constants [12] { Constant [ public int LEAVES_ONLY ] { 0 } Constant [ public int SELF_FIRST ] { 1 } Constant [ public int CHILD_FIRST ] { 2 } Constant [ public int CATCH_GET_CHILD ] { 16 } Constant [ public int BYPASS_CURRENT ] { 4 } Constant [ public int BYPASS_KEY ] { 8 } Constant [ public int PREFIX_LEFT ] { 0 } Constant [ public int PREFIX_MID_HAS_NEXT ] { 1 } Constant [ public int PREFIX_MID_LAST ] { 2 } Constant [ public int PREFIX_END_HAS_NEXT ] { 3 } Constant [ public int PREFIX_END_LAST ] { 4 } Constant [ public int PREFIX_RIGHT ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] { - Parameters [4] { Parameter #0 [ <required> $iterator ] Parameter #1 [ <optional> int $flags = self::BYPASS_KEY ] Parameter #2 [ <optional> int $cachingIteratorFlags = CachingIterator::CATCH_GET_CHILD ] Parameter #3 [ <optional> int $mode = self::SELF_FIRST ] } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPrefix ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPostfix ] { - Parameters [1] { Parameter #0 [ <required> string $postfix ] } } Method [ <internal:SPL> public method setPrefixPart ] { - Parameters [2] { Parameter #0 [ <required> int $part ] Parameter #1 [ <required> string $value ] } } Method [ <internal:SPL> public method getEntry ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPostfix ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method rewind ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method valid ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype Iterator> public method next ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] { - Parameters [1] { Parameter #0 [ <optional> ?int $level = null ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method beginIteration ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method endIteration ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method callHasChildren ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method callGetChildren ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method beginChildren ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method endChildren ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method nextElement ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] { - Parameters [1] { Parameter #0 [ <optional> int $maxDepth = -1 ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] { - Parameters [0] { } } } }
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Class [ <internal:SPL> <iterateable> class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { - Constants [12] { Constant [ public int LEAVES_ONLY ] { 0 } Constant [ public int SELF_FIRST ] { 1 } Constant [ public int CHILD_FIRST ] { 2 } Constant [ public int CATCH_GET_CHILD ] { 16 } Constant [ public int BYPASS_CURRENT ] { 4 } Constant [ public int BYPASS_KEY ] { 8 } Constant [ public int PREFIX_LEFT ] { 0 } Constant [ public int PREFIX_MID_HAS_NEXT ] { 1 } Constant [ public int PREFIX_MID_LAST ] { 2 } Constant [ public int PREFIX_END_HAS_NEXT ] { 3 } Constant [ public int PREFIX_END_LAST ] { 4 } Constant [ public int PREFIX_RIGHT ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] { - Parameters [4] { Parameter #0 [ <required> Traversable $iterator ] Parameter #1 [ <optional> $flags ] Parameter #2 [ <optional> $caching_it_flags ] Parameter #3 [ <optional> $mode ] } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method rewind ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method valid ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method next ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginIteration ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endIteration ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callHasChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callGetChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method nextElement ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPrefix ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPrefixPart ] { - Parameters [2] { Parameter #0 [ <required> $part ] Parameter #1 [ <required> $value ] } } Method [ <internal:SPL> public method getEntry ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPostfix ] { - Parameters [1] { Parameter #0 [ <required> $postfix ] } } Method [ <internal:SPL> public method getPostfix ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] { - Parameters [1] { Parameter #0 [ <optional> $level ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] { - Parameters [1] { Parameter #0 [ <optional> $max_depth ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] { - Parameters [0] { } } } }
Output for 7.1.0 - 7.1.25, 7.2.0 - 7.2.33
Class [ <internal:SPL> <iterateable> class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { - Constants [12] { Constant [ public integer LEAVES_ONLY ] { 0 } Constant [ public integer SELF_FIRST ] { 1 } Constant [ public integer CHILD_FIRST ] { 2 } Constant [ public integer CATCH_GET_CHILD ] { 16 } Constant [ public integer BYPASS_CURRENT ] { 4 } Constant [ public integer BYPASS_KEY ] { 8 } Constant [ public integer PREFIX_LEFT ] { 0 } Constant [ public integer PREFIX_MID_HAS_NEXT ] { 1 } Constant [ public integer PREFIX_MID_LAST ] { 2 } Constant [ public integer PREFIX_END_HAS_NEXT ] { 3 } Constant [ public integer PREFIX_END_LAST ] { 4 } Constant [ public integer PREFIX_RIGHT ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] { - Parameters [4] { Parameter #0 [ <required> Traversable $iterator ] Parameter #1 [ <optional> $flags ] Parameter #2 [ <optional> $caching_it_flags ] Parameter #3 [ <optional> $mode ] } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method rewind ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method valid ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method next ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginIteration ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endIteration ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callHasChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callGetChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method nextElement ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPrefix ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPrefixPart ] { - Parameters [2] { Parameter #0 [ <required> $part ] Parameter #1 [ <required> $value ] } } Method [ <internal:SPL> public method getEntry ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPostfix ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPostfix ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] { - Parameters [1] { Parameter #0 [ <optional> $level ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] { - Parameters [1] { Parameter #0 [ <optional> $max_depth ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] { - Parameters [0] { } } } }
Output for 5.5.2 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
Class [ <internal:SPL> <iterateable> class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { - Constants [12] { Constant [ integer LEAVES_ONLY ] { 0 } Constant [ integer SELF_FIRST ] { 1 } Constant [ integer CHILD_FIRST ] { 2 } Constant [ integer CATCH_GET_CHILD ] { 16 } Constant [ integer BYPASS_CURRENT ] { 4 } Constant [ integer BYPASS_KEY ] { 8 } Constant [ integer PREFIX_LEFT ] { 0 } Constant [ integer PREFIX_MID_HAS_NEXT ] { 1 } Constant [ integer PREFIX_MID_LAST ] { 2 } Constant [ integer PREFIX_END_HAS_NEXT ] { 3 } Constant [ integer PREFIX_END_LAST ] { 4 } Constant [ integer PREFIX_RIGHT ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] { - Parameters [4] { Parameter #0 [ <required> Traversable $iterator ] Parameter #1 [ <optional> $flags ] Parameter #2 [ <optional> $caching_it_flags ] Parameter #3 [ <optional> $mode ] } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method rewind ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method valid ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method next ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginIteration ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endIteration ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callHasChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callGetChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method nextElement ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPrefix ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPrefixPart ] { - Parameters [2] { Parameter #0 [ <required> $part ] Parameter #1 [ <required> $value ] } } Method [ <internal:SPL> public method getEntry ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPostfix ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPostfix ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] { - Parameters [1] { Parameter #0 [ <optional> $level ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] { - Parameters [1] { Parameter #0 [ <optional> $max_depth ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] { - Parameters [0] { } } } }
Output for 5.3.1 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.1
Class [ <internal:SPL> <iterateable> class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { - Constants [12] { Constant [ integer LEAVES_ONLY ] { 0 } Constant [ integer SELF_FIRST ] { 1 } Constant [ integer CHILD_FIRST ] { 2 } Constant [ integer CATCH_GET_CHILD ] { 16 } Constant [ integer BYPASS_CURRENT ] { 4 } Constant [ integer BYPASS_KEY ] { 8 } Constant [ integer PREFIX_LEFT ] { 0 } Constant [ integer PREFIX_MID_HAS_NEXT ] { 1 } Constant [ integer PREFIX_MID_LAST ] { 2 } Constant [ integer PREFIX_END_HAS_NEXT ] { 3 } Constant [ integer PREFIX_END_LAST ] { 4 } Constant [ integer PREFIX_RIGHT ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [22] { Method [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] { - Parameters [4] { Parameter #0 [ <required> Traversable $iterator ] Parameter #1 [ <optional> $flags ] Parameter #2 [ <optional> $caching_it_flags ] Parameter #3 [ <optional> $mode ] } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method rewind ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method valid ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method next ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginIteration ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endIteration ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callHasChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callGetChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endChildren ] { - Parameters [0] { } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method nextElement ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPrefix ] { - Parameters [0] { } } Method [ <internal:SPL> public method setPrefixPart ] { - Parameters [2] { Parameter #0 [ <required> $part ] Parameter #1 [ <required> $value ] } } Method [ <internal:SPL> public method getEntry ] { - Parameters [0] { } } Method [ <internal:SPL> public method getPostfix ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] { - Parameters [1] { Parameter #0 [ <optional> $level ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] { - Parameters [0] { } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] { - Parameters [1] { Parameter #0 [ <optional> $max_depth ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] { - Parameters [0] { } } } }
Output for 5.3.0
Class [ <internal:SPL> <iterateable> class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { - Constants [12] { Constant [ integer LEAVES_ONLY ] { 0 } Constant [ integer SELF_FIRST ] { 1 } Constant [ integer CHILD_FIRST ] { 2 } Constant [ integer CATCH_GET_CHILD ] { 16 } Constant [ integer BYPASS_CURRENT ] { 4 } Constant [ integer BYPASS_KEY ] { 8 } Constant [ integer PREFIX_LEFT ] { 0 } Constant [ integer PREFIX_MID_HAS_NEXT ] { 1 } Constant [ integer PREFIX_MID_LAST ] { 2 } Constant [ integer PREFIX_END_HAS_NEXT ] { 3 } Constant [ integer PREFIX_END_LAST ] { 4 } Constant [ integer PREFIX_RIGHT ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [22] { Method [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] { - Parameters [4] { Parameter #0 [ <required> Traversable $iterator ] Parameter #1 [ <optional> $flags ] Parameter #2 [ <optional> $caching_it_flags ] Parameter #3 [ <optional> $mode ] } } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method rewind ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method valid ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method next ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginIteration ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endIteration ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callHasChildren ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callGetChildren ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginChildren ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endChildren ] { } Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method nextElement ] { } Method [ <internal:SPL> public method getPrefix ] { } Method [ <internal:SPL> public method setPrefixPart ] { - Parameters [2] { Parameter #0 [ <required> $part ] Parameter #1 [ <required> $value ] } } Method [ <internal:SPL> public method getEntry ] { } Method [ <internal:SPL> public method getPostfix ] { } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] { } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] { - Parameters [1] { Parameter #0 [ <optional> $level ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] { } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] { - Parameters [1] { Parameter #0 [ <optional> $max_depth ] } } Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] { } } }
Output for 5.0.3 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Fatal error: Uncaught exception 'ReflectionException' with message 'Class RecursiveTreeIterator does not exist' in /in/XWtVg:3 Stack trace: #0 /in/XWtVg(3): ReflectionClass->__construct('RecursiveTreeIt...') #1 {main} thrown in /in/XWtVg on line 3
Process exited with code 255.
Output for 5.0.0 - 5.0.2
Fatal error: Uncaught exception 'ReflectionException' with message 'Class RecursiveTreeIterator does not exist' in /in/XWtVg:3 Stack trace: #0 {main} thrown in /in/XWtVg on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/XWtVg on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: reflectionclass in /in/XWtVg on line 3

preferences:
276.22 ms | 401 KiB | 370 Q