summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/002.phpt')
-rw-r--r--ext/mysqli/tests/002.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysqli/tests/002.phpt b/ext/mysqli/tests/002.phpt
index 301af98939..49145bb33e 100644
--- a/ext/mysqli/tests/002.phpt
+++ b/ext/mysqli/tests/002.phpt
@@ -36,7 +36,7 @@ mysqli bind_result 1
mysqli_stmt_close($stmt);
mysqli_close($link);
?>
---EXPECT--
+--EXPECTF--
array(11) {
[0]=>
int(1)
@@ -57,7 +57,7 @@ array(11) {
[8]=>
NULL
[9]=>
- string(4) "foo1"
+ %s(4) "foo1"
[10]=>
- string(4) "1000"
+ %s(4) "1000"
}