diff options
Diffstat (limited to 'ext/simplexml/tests/002.phpt')
-rw-r--r-- | ext/simplexml/tests/002.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/simplexml/tests/002.phpt b/ext/simplexml/tests/002.phpt index 8632207d24..6d1679faa4 100644 --- a/ext/simplexml/tests/002.phpt +++ b/ext/simplexml/tests/002.phpt @@ -67,14 +67,14 @@ object(SimpleXMLElement)#%d (2) { [u"@attributes"]=> array(1) { [u"id"]=> - string(5) "elem1" + unicode(5) "elem1" } [u"elem1"]=> object(SimpleXMLElement)#%d (3) { [u"@attributes"]=> array(1) { [u"attr1"]=> - string(5) "first" + unicode(5) "first" } [u"comment"]=> object(SimpleXMLElement)#%d (0) { |