1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00
This test depends on connection flags modifable from teh env,
that can affect the exact function called.
This commit is contained in:
Anatol Belski
2016-12-04 22:42:39 +01:00
parent 1eb3f01c68
commit eddca73ad2

View File

@@ -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