diff options
author | Georg Richter <georg@php.net> | 2006-09-26 13:06:13 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2006-09-26 13:06:13 +0000 |
commit | 1432e7b40f08515d95b035fe47daeb39aaee3197 (patch) | |
tree | 88445bf63ab26557ee57c1e4db6228f570c42b41 /ext/mysqli/tests/063.phpt | |
parent | 798d93c4daa3f417314e1107124bc820ae73bdfc (diff) | |
download | php-git-1432e7b40f08515d95b035fe47daeb39aaee3197.tar.gz |
added unicode support for mysqli extension
Diffstat (limited to 'ext/mysqli/tests/063.phpt')
-rw-r--r-- | ext/mysqli/tests/063.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqli/tests/063.phpt b/ext/mysqli/tests/063.phpt index 9dd01629aa..86d66b1544 100644 --- a/ext/mysqli/tests/063.phpt +++ b/ext/mysqli/tests/063.phpt @@ -19,3 +19,5 @@ resultset constructor ?> --EXPECT-- string(3) "foo" +--UEXPECT-- +unicode(3) "foo" |