summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/021.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/021.phpt')
-rw-r--r--ext/mysqli/tests/021.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysqli/tests/021.phpt b/ext/mysqli/tests/021.phpt
index 39b1fb8a94..28e2800a01 100644
--- a/ext/mysqli/tests/021.phpt
+++ b/ext/mysqli/tests/021.phpt
@@ -41,8 +41,8 @@ require_once('skipifconnectfailure.inc');
--EXPECTF--
array(2) {
[0]=>
- unicode(10) "1234567890"
+ %unicode|string%(10) "1234567890"
[1]=>
- %s(14) "this is a test"
+ %unicode|string%(14) "this is a test"
}
-done!
+done! \ No newline at end of file