Test: /ext/spl/tests/recursive_tree_iterator_004.phpt - Version 7.0.28-dev    

There is 1 diff reported by users for this test.

Count Diff
6 (100%)
001+ [a] => |-Array
002+
003+ Fatal error: Uncaught UnexpectedValueException: Objects returned by RecursiveIterator::getChildren() must implement RecursiveIterator in %s/recursive_tree_iterator_004.php:23
004+ Stack trace:
005+ #0 %s/recursive_tree_iterator_004.php(23): RecursiveTreeIterator->next()
006+ #1 {main}
007+ thrown in %s/recursive_tree_iterator_004.php on line 23
001- [0] => |-Array
002- [0] => | |-a
003- [1] => | \-1
004- [a] => \-Array
005- [0] => |-2
006- [1] => |-b
007- [3] => \-Array
008- [0] => |-4
009- [1] => \-c
010- ===DONE===