mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
pdo_mysql___construct_options.phpt: remove unexpected Cedilla (#20692)
[skip ci]
This commit is contained in:
@@ -73,7 +73,7 @@ MySQLPDOTest::skip();
|
||||
}
|
||||
|
||||
if (!is_object($db = new PDO($dsn, $user, $pass, array())))
|
||||
printf("[002] Expecting object got %s/%s¸\n", gettype($db), $db);
|
||||
printf("[002] Expecting object got %s/%s\n", gettype($db), $db);
|
||||
|
||||
$invalid = 999;
|
||||
if (is_object($db = new PDO($dsn, $user, $pass, array($invalid => true))))
|
||||
|
||||
Reference in New Issue
Block a user