From: Marcus Boerger Date: Sun, 26 Feb 2006 12:26:31 +0000 (+0000) Subject: - Add unicode results X-Git-Tag: RELEASE_1_2~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75b3d578d3752b73c6394ee4fe8c2f3f68c17f6a;p=php - Add unicode results --- diff --git a/ext/pdo/tests/bug_36428.phpt b/ext/pdo/tests/bug_36428.phpt index 6abba6bd7c..77dcdd0c50 100755 --- a/ext/pdo/tests/bug_36428.phpt +++ b/ext/pdo/tests/bug_36428.phpt @@ -31,3 +31,12 @@ array(1) { } } ===DONE=== +--UEXPECTF-- +array(1) { + [0]=> + object(SimpleXMLElement)#3 (1) { + [u"a"]=> + unicode(3) "xyz" + } +} +===DONE===