mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: ext/mysqli tests "using password" optional in error messages (part 2)
This commit is contained in:
commit
a76bbd39b6
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ require_once('skipifconnectfailure.inc');
|
|||
print "done!";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
|
||||
Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r in %s on line %d
|
||||
array(1) {
|
||||
["testing"]=>
|
||||
string(21) "mysqli.default_socket"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue