diff options
Diffstat (limited to 'ext/mysql/tests/003.phpt')
-rwxr-xr-x | ext/mysql/tests/003.phpt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/mysql/tests/003.phpt b/ext/mysql/tests/003.phpt index 5b21997822..dd3c37058c 100755 --- a/ext/mysql/tests/003.phpt +++ b/ext/mysql/tests/003.phpt @@ -55,31 +55,31 @@ print "done!"; --EXPECTF-- ==stdClass== object(stdClass)#%d (1) { - [u"a"]=> - unicode(3) "one" + [%u|b%"a"]=> + %unicode|string%(3) "one" } object(stdClass)#%d (1) { - [u"a"]=> - unicode(3) "two" + [%u|b%"a"]=> + %unicode|string%(3) "two" } object(stdClass)#%d (1) { - [u"a"]=> - unicode(5) "three" + [%u|b%"a"]=> + %unicode|string%(5) "three" } ==class24== class24::__construct object(class24)#%d (1) { - [u"a"]=> - unicode(3) "one" + [%u|b%"a"]=> + %unicode|string%(3) "one" } class24::__construct object(class24)#%d (1) { - [u"a"]=> - unicode(3) "two" + [%u|b%"a"]=> + %unicode|string%(3) "two" } class24::__construct object(class24)#%d (1) { - [u"a"]=> - unicode(5) "three" + [%u|b%"a"]=> + %unicode|string%(5) "three" } done! |