Test: /ext/xml/tests/bug35447.phpt - Version 5.4.0RC4        

Bug #35447 xml_parse_into_struct() chokes on the UTF-8 BOM
Submitted: 2005-11-28 14:55:33 Modified: 2005-12-19 15:18:58
From: saramaca Assigned: rrichards
Status: Closed Package: XML related
PHP Version: 5CVS-2005-12-19 (cvs) OS: *

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
018+ string(12) "A bient244;t"
018- string(13) "A bient&244;t"
1 (50%)
001+ array(0) {
002+ }
001- array(1) {
002- [0]=>
003- array(5) {
004- ["tag"]=>
005- string(8) "resource"
006- ["type"]=>
007- string(8) "complete"
008- ["level"]=>
009- int(1)
010- ["attributes"]=>
011- array(2) {
012- ["key"]=>
013- string(7) "rSeeYou"
014- ["type"]=>
015- string(7) "literal"
016- }
017- ["value"]=>
018- string(13) "A bient&244;t"
019- }
020- }