summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug31141.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug31141.phpt')
-rw-r--r--ext/mysqli/tests/bug31141.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/bug31141.phpt b/ext/mysqli/tests/bug31141.phpt
index acad79f1f9..9afc9bf9bf 100644
--- a/ext/mysqli/tests/bug31141.phpt
+++ b/ext/mysqli/tests/bug31141.phpt
@@ -22,7 +22,7 @@ var_dump($my_test->test);
--EXPECTF--
array(2) {
[0]=>
- string(3) "foo"
+ %s(3) "foo"
[1]=>
- string(3) "bar"
+ %s(3) "bar"
}