From 75b3d578d3752b73c6394ee4fe8c2f3f68c17f6a Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 26 Feb 2006 12:26:31 +0000 Subject: [PATCH] - Add unicode results --- ext/pdo/tests/bug_36428.phpt | 9 +++++++++ 1 file changed, 9 insertions(+) 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=== -- 2.50.1