diff options
author | Andrey Hristov <andrey@php.net> | 2011-12-14 18:36:04 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2011-12-14 18:36:04 +0000 |
commit | 63ded0f5e9a14d58c0cafa54b3b55f4f40d44b4a (patch) | |
tree | 6b0687d460d00d99c32d4ceefa890b0979e55057 | |
parent | 8a65304a015873db6d03b579ea3a5f2ba2f85fa1 (diff) | |
download | php-git-63ded0f5e9a14d58c0cafa54b3b55f4f40d44b4a.tar.gz |
fix 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 1d9cf794ad..4ffe356bb3 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-4%s'@'%s' (using password: YES) in %s on line %d +Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d Warning: mysqli_kill(): processid should have positive value in %s on line %d |