mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Fixing test
This commit is contained in:
@@ -33,7 +33,7 @@ new mysqli()
|
||||
$tmp = $res->fetch_assoc();
|
||||
$res->free_result();
|
||||
|
||||
if (!isset($tmp['testing']) || $tmp['testing'] != $socket) {
|
||||
if (!isset($tmp['testing']) || $tmp['testing'] != 'mysqli.default_socket') {
|
||||
printf("[002] mysqli.default_socket not properly set?\n");
|
||||
var_dump($tmp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user