Test: /ext/mysqli/tests/mysqli_connect.phpt - Version 7.4.20    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ [009] Can connect to the server using host=localhost, user=rootunknown_really, passwd=***non_empty, dbname=test, port=3306, socket= 002+ [010] Expecting boolean/false, got object/ 003+ 004+ Fatal error: Uncaught Error: Object of class mysqli could not be converted to string in %s/mysqli_connect.php:58 005+ Stack trace: 006+ #0 %s/mysqli_connect.php(58): printf('[010] Expecting...', 'object', Object(mysqli)) 007+ #1 {main} 008+ thrown in %s/mysqli_connect.php on line 58 001- Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d 002- array(1) { 003- ["testing"]=> 004- string(21) "mysqli.default_socket" 005- } 006- array(1) { 007- ["testing"]=> 008- string(19) "mysqli.default_port" 009- } 010- array(1) { 011- ["testing"]=> 012- string(17) "mysqli.default_pw" 013- } 014- array(2) { 015- [0]=> 016- string(19) "mysqli.default_user" 017- ["testing"]=> 018- string(19) "mysqli.default_user" 019- } 020- array(1) { 021- [0]=> 022- string(19) "mysqli.default_host" 023- } 024- done!