Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/mysqli/tests/mysqli_execute_query.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ print "done!";
require_once "clean_table.inc";
?>
--EXPECTF--
[005] [1064] 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 'some random gibberish' at line 1
[005] [1064] 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 'some random gibberish' at line 1
[006] [1062] Duplicate entry '1' for key '%s'
[009] mysqli::execute_query(): Argument #2 ($params) must consist of exactly 3 elements, 2 present
[010] mysqli::execute_query(): Argument #2 ($params) must be a list array
Expand Down
4 changes: 2 additions & 2 deletions ext/mysqli/tests/mysqli_reap_async_query_error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ try {

print "done!";
?>
--EXPECT--
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 ')' at line 1
--EXPECTF--
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 ')' at line 1
done!