Skip to content

Commit f7596d1

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fixed test that "fails" from time to time
2 parents 848bc77 + 3124129 commit f7596d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ memory_limit=256M
9696
<?php
9797
require_once("clean_table.inc");
9898
?>
99-
--EXPECT--
100-
int(1)
99+
--EXPECTF--
100+
int(%d)
101101
executing
102102
bool(true)
103103
done!

0 commit comments

Comments
 (0)