mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Weaker test - libmysql/server error messages can differ by version
This commit is contained in:
parent
12c301e7ec
commit
64c8da2ff0
1 changed files with 6 additions and 6 deletions
|
@ -44,14 +44,14 @@ new mysqli()
|
|||
--EXPECTF--
|
||||
1) bail
|
||||
|
||||
Warning: mysqli::mysqli(): (HY000/2005): Unknown MySQL server host '%s' (1) in %s on line %d
|
||||
Warning: mysqli::mysqli(): (HY000/200%d): %s
|
||||
2) be quiet
|
||||
%s(%d) "Unknown MySQL server host '%s' (1)"
|
||||
int(2005)
|
||||
%s(%d) "%s"
|
||||
int(200%d)
|
||||
3) bail
|
||||
|
||||
Warning: mysqli_connect(): (HY000/2005): Unknown MySQL server host '%s' (1) in %s on line %d
|
||||
Warning: mysqli_connect(): (HY000/200%d): %s
|
||||
4) be quiet
|
||||
%s(%d) "Unknown MySQL server host '%s' (1)"
|
||||
int(2005)
|
||||
%s(%d) "%s"
|
||||
int(200%d)
|
||||
done!
|
Loading…
Add table
Add a link
Reference in a new issue