From: Matteo Beccati Date: Mon, 28 Sep 2020 06:52:21 +0000 (+0200) Subject: Fixed test for MySQL < 5.6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d411ea26f18697b8fc0b4a9732290263689b43ed;p=php Fixed test for MySQL < 5.6 Refs GH-6172. --- diff --git a/ext/mysqli/tests/mysqli_report_wo_ps.phpt b/ext/mysqli/tests/mysqli_report_wo_ps.phpt index 7f0295dd44..c1ba3e4756 100644 --- a/ext/mysqli/tests/mysqli_report_wo_ps.phpt +++ b/ext/mysqli/tests/mysqli_report_wo_ps.phpt @@ -113,10 +113,10 @@ Warning: mysqli_multi_query(): (%d/%d): You have an error in your SQL syntax; ch Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corresponds to your %s server version for the right syntax to use near 'FOO' at line 1 in %s on line %d Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s on line %d -mysqli_kill(): Argument #2 ($connection_id) must be greater than 0 +mysqli_kill(): Argument #2 ($process_id) must be greater than 0 Warning: mysqli_real_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corresponds to your %s server version for the right syntax to use near 'FOO' at line 1 in %s on line %d -mysqli_kill(): Argument #2 ($connection_id) must be greater than 0 +mysqli_kill(): Argument #2 ($process_id) must be greater than 0 [011] Access denied for user '%s'@'%s' (using password: YES) [014] Access denied for user '%s'@'%s' (using password: YES) done!