mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
fix test
This test depends on connection flags modifable from teh env, that can affect the exact function called.
This commit is contained in:
@@ -127,10 +127,10 @@ if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO expiretest@'%
|
||||
?>
|
||||
--EXPECTF--
|
||||
|
||||
Warning: mysqli_real_connect(): (HY000/1862): %s in %s on line %d
|
||||
Warning: mysqli%sconnect(): (HY000/1862): %s in %s on line %d
|
||||
[001] Cannot connect [1862] %s
|
||||
|
||||
Warning: mysqli_real_connect(): (HY000/1862): %s in %s on line %d
|
||||
Warning: mysqli%sconnect(): (HY000/1862): %s in %s on line %d
|
||||
[003] Cannot connect [1862] %s
|
||||
[006] Connect allowed, query fail, [1820] %s
|
||||
[008] Connect allowed, pw set, [0%A
|
||||
|
||||
Reference in New Issue
Block a user