We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c967df commit 6c7b5c0Copy full SHA for 6c7b5c0
ext/pdo/tests/bug_79106.phpt
@@ -11,7 +11,7 @@ try {
11
} catch (PDOException $e) {
12
die('skip ' . $e->getMessage());
13
}
14
-if ($db->query('SELECT 1 as "1"') === false) {
+if (@$db->query('SELECT 1 as "1"') === false) {
15
die('skip driver does not support quoted numeric identifiers');
16
17
?>
ext/pdo/tests/bug_79106_collision.phpt
0 commit comments