1
0
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:
Daniel Scherzer
2025-12-17 21:14:15 -08:00
committed by GitHub
parent 95abeba749
commit 65c367f982

View File

@@ -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))))