--TEST-- Pdo\Pgsql getWarningCount --EXTENSIONS-- pdo pdo_pgsql --SKIPIF-- --FILE-- escapeIdentifier("This is a quote\"") . "\n"; try { $db->escapeIdentifier("aa\xC3\xC3\xC3"); } catch (PDOException $e) { echo $e->getMessage() . "\n"; } --EXPECT-- "This is a quote""" SQLSTATE[HY000]: General error: 7 incomplete multibyte character