Test: /ext/dom/tests/bug34276.phpt - Version 5.5.14-dev        

Bug #34276 setAttributeNS doesn't work with non-prefixed attributes from default namespace
Submitted: 2005-08-27 02:26:27 Modified: 2005-08-28 18:27:59
From: molily Assigned:
Status: Closed Package: DOM XML related
PHP Version: 5CVS-2005-08-27 (snap) OS: Gentoo Linux

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ Segmentation fault (core dumped)
003- string(8) "attranew"
004- string(8) "attrbnew"
005- string(5) "attrc"
006- <?xml version="1.0" encoding="ISO-8859-1"?>
007- <foo xmlns="http://www.example.com/ns/foo" xmlns:fubar="http://www.example.com/ns/fubar" xmlns:default="http://www.example.com/ns/foo" attra="attra" default:attra="attranew" fubar:attrb="attrbnew" default:attrc="attrc"/>