Test: /ext/spl/tests/bug54971.phpt - Version 5.4.0alpha3-dev        

Bug #54971 wrong result with DOMNodeList and iterator_to_array use_keys
Submitted: 2011-06-01 16:12:34 Modified: 2011-08-30 04:18:09
From: jinmoku Assigned: pierrick
Status: Closed Package: DOM XML related
PHP Version: 5.3.6 OS: Win 7

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Class 'DOMDocument' not found in %s/bug54971.php on line 11
001- Array
002- (
003- [0] => DOMElement Object
004- (
005- )
006-
007- [1] => DOMElement Object
008- (
009- )
010-
011- )
012- Array
013- (
014- [0] => DOMElement Object
015- (
016- )
017-
018- [1] => DOMElement Object
019- (
020- )
021-
022- )