diff options
author | Andrey Hristov <andrey@php.net> | 2010-04-08 13:18:52 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-04-08 13:18:52 +0000 |
commit | be73f948d2c2266bd36e2f0ec120d72d27f27f27 (patch) | |
tree | 6d291fb85a8880da40e88d7d8a9c5a7c67fce939 | |
parent | 48c3d20dd4827db7b4b88020066d94ea0ae8a85b (diff) | |
download | php-git-be73f948d2c2266bd36e2f0ec120d72d27f27f27.tar.gz |
Fixing the second test
-rw-r--r-- | ext/mysqli/tests/mysqli_report.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_report.phpt b/ext/mysqli/tests/mysqli_report.phpt index e76ca580b9..1d9cf794ad 100644 --- a/ext/mysqli/tests/mysqli_report.phpt +++ b/ext/mysqli/tests/mysqli_report.phpt @@ -289,7 +289,7 @@ 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 MySQL 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 '0123456789-10-45'@'%s' (using password: YES) in %s on line %d +Warning: mysqli_change_user(): (%d/%d): Access denied for user '0123456789-10-4%s'@'%s' (using password: YES) in %s on line %d Warning: mysqli_kill(): processid should have positive value in %s on line %d |