summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug49027.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug49027.phpt')
-rw-r--r--ext/mysqli/tests/bug49027.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysqli/tests/bug49027.phpt b/ext/mysqli/tests/bug49027.phpt
index 35434bdd2d..55b74ce017 100644
--- a/ext/mysqli/tests/bug49027.phpt
+++ b/ext/mysqli/tests/bug49027.phpt
@@ -53,10 +53,10 @@ require_once('skipifconnectfailure.inc');
--EXPECTF--
array(1) {
[0]=>
- %unicode|string%(2) "42"
+ string(2) "42"
}
array(1) {
- [%u|b%"id"]=>
- %unicode|string%(1) "1"
+ ["id"]=>
+ string(1) "1"
}
done!