summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/026.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/026.phpt')
-rw-r--r--ext/mysqli/tests/026.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysqli/tests/026.phpt b/ext/mysqli/tests/026.phpt
index 9fd9be1fd0..997dee6517 100644
--- a/ext/mysqli/tests/026.phpt
+++ b/ext/mysqli/tests/026.phpt
@@ -58,8 +58,8 @@ mysqli_close($link);
--EXPECTF--
array(2) {
[0]=>
- %unicode|string%(10) "Hello Worl"
+ string(10) "Hello Worl"
[1]=>
- %unicode|string%(99) "This is the first sentence. And this is the second sentence. And finally this is the last sentence."
+ string(99) "This is the first sentence. And this is the second sentence. And finally this is the last sentence."
}
-done!
+done! \ No newline at end of file