You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/mysqli/tests/mysqli_execute_query.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ print "done!";
89
89
require_once"clean_table.inc";
90
90
?>
91
91
--EXPECTF--
92
-
[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
92
+
[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
93
93
[006] [1062] Duplicate entry '1' for key '%s'
94
94
[009] mysqli::execute_query(): Argument #2 ($params) must consist of exactly 3 elements, 2 present
95
95
[010] mysqli::execute_query(): Argument #2 ($params) must be a list array
0 commit comments