We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95abeba commit 65c367fCopy full SHA for 65c367f
1 file changed
ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt
@@ -73,7 +73,7 @@ MySQLPDOTest::skip();
73
}
74
75
if (!is_object($db = new PDO($dsn, $user, $pass, array())))
76
- printf("[002] Expecting object got %s/%s¸\n", gettype($db), $db);
+ printf("[002] Expecting object got %s/%s\n", gettype($db), $db);
77
78
$invalid = 999;
79
if (is_object($db = new PDO($dsn, $user, $pass, array($invalid => true))))
0 commit comments