mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: Fix mysqli test wrt. MariaDB
This commit is contained in:
commit
1b503a1f52
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue