summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/043.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/043.phpt')
-rw-r--r--ext/mysqli/tests/043.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/043.phpt b/ext/mysqli/tests/043.phpt
index fb0284e06a..d218d8f868 100644
--- a/ext/mysqli/tests/043.phpt
+++ b/ext/mysqli/tests/043.phpt
@@ -35,8 +35,8 @@ mysqli_bind_param (UPDATE)
mysqli_close($link);
?>
---EXPECT--
+--EXPECTF--
array(1) {
[0]=>
- string(15) "Rasmus is No. 1"
+ %s(15) "Rasmus is No. 1"
}