summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/017.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/017.phpt
parent798d93c4daa3f417314e1107124bc820ae73bdfc (diff)
downloadphp-git-1432e7b40f08515d95b035fe47daeb39aaee3197.tar.gz
added unicode support for mysqli extension
Diffstat (limited to 'ext/mysqli/tests/017.phpt')
-rw-r--r--ext/mysqli/tests/017.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mysqli/tests/017.phpt b/ext/mysqli/tests/017.phpt
index 866a118a86..e8b19fb0da 100644
--- a/ext/mysqli/tests/017.phpt
+++ b/ext/mysqli/tests/017.phpt
@@ -24,12 +24,12 @@ mysqli fetch functions
var_dump($test);
mysqli_close($link);
?>
---EXPECT--
+--EXPECTF--
array(3) {
[0]=>
- string(32) "37b51d194a7513e45b56f6524f2d51f2"
+ %s(32) "37b51d194a7513e45b56f6524f2d51f2"
[1]=>
- string(4) "test"
+ %s(4) "test"
[2]=>
- string(3) "foo"
+ %s(3) "foo"
}