summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/022.phpt
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2006-09-26 13:06:13 +0000
committerGeorg Richter <georg@php.net>2006-09-26 13:06:13 +0000
commit1432e7b40f08515d95b035fe47daeb39aaee3197 (patch)
tree88445bf63ab26557ee57c1e4db6228f570c42b41 /ext/mysqli/tests/022.phpt
parent798d93c4daa3f417314e1107124bc820ae73bdfc (diff)
downloadphp-git-1432e7b40f08515d95b035fe47daeb39aaee3197.tar.gz
added unicode support for mysqli extension
Diffstat (limited to 'ext/mysqli/tests/022.phpt')
-rw-r--r--ext/mysqli/tests/022.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysqli/tests/022.phpt b/ext/mysqli/tests/022.phpt
index cce8ed8eb6..a716d848fd 100644
--- a/ext/mysqli/tests/022.phpt
+++ b/ext/mysqli/tests/022.phpt
@@ -37,10 +37,10 @@ mysqli bind_param/bind_result char/text long
mysqli_stmt_close($stmt);
mysqli_close($link);
?>
---EXPECT--
+--EXPECTF--
array(2) {
[0]=>
- string(10) "1234567890"
+ %s(10) "1234567890"
[1]=>
- string(13) "32K String ok"
+ %s(13) "32K String ok"
}