summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-10-02 00:54:59 +0300
committerDmitry Stogov <dmitry@zend.com>2019-10-02 00:54:59 +0300
commit3124129ca8f0d1f1688f6657f199db70437c6f66 (patch)
tree4f75ead532840035bc78d3daf162d318f7fc014e
parent2fcb5eadbbf9d40b5eb5bcf3e41ec84112781855 (diff)
downloadphp-git-3124129ca8f0d1f1688f6657f199db70437c6f66.tar.gz
Fixed test that "fails" from time to time
-rw-r--r--ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt b/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt
index 29a5ee3fbd..0b054c4827 100644
--- a/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt
+++ b/ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt
@@ -97,7 +97,7 @@ memory_limit=256M
require_once("clean_table.inc");
?>
--EXPECTF--
-int(1)
+int(%d)
executing
bool(true)
done!