Skip to content

Commit 65c367f

Browse files
pdo_mysql___construct_options.phpt: remove unexpected Cedilla (#20692)
[skip ci]
1 parent 95abeba commit 65c367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ MySQLPDOTest::skip();
7373
}
7474

7575
if (!is_object($db = new PDO($dsn, $user, $pass, array())))
76-
printf("[002] Expecting object got %s/%s¸\n", gettype($db), $db);
76+
printf("[002] Expecting object got %s/%s\n", gettype($db), $db);
7777

7878
$invalid = 999;
7979
if (is_object($db = new PDO($dsn, $user, $pass, array($invalid => true))))

0 commit comments

Comments
 (0)