Fixed test output (again)

This commit is contained in:
David Puglielli 2019-05-10 16:56:45 -07:00
parent 50ba3244da
commit 39c57af2b6

View file

@ -67,7 +67,8 @@ $c = connect(array(
if ($c !== false) {
fatalError("sqlsrv_connect(3) should have failed");
}
print_r(sqlsrv_errors());
// On Windows, two errors are returned, with the same content. So just check the first one.
print_r(sqlsrv_errors()[0]);
// invalid UTF-8 in the pwd
$c = connect(array(