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 b7ec7b0 commit df0b902Copy full SHA for df0b902
ext/pdo_pgsql/tests/bug36727.phpt
@@ -24,7 +24,7 @@ echo "Done\n";
24
<?php
25
require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
26
$db = PDOTest::test_factory(__DIR__ . '/common.phpt');
27
-$db->exec("DROP TABLE IF EXIST test36727");
+$db->exec("DROP TABLE IF EXISTS test36727");
28
?>
29
--EXPECTF--
30
Warning: PDOStatement::bindValue(): SQLSTATE[HY093]: Invalid parameter number: :test in %s on line %d
ext/pdo_pgsql/tests/bug43925.phpt
@@ -52,7 +52,7 @@ foreach ($stmt->fetchAll() as $row) {
52
53
54
55
-$db->exec("DROP TABLE IF EXIST test43925");
+$db->exec("DROP TABLE IF EXISTS test43925");
56
57
--EXPECT--
58
1 - 1 - 1 - 1 - 1 - 1 - 6 - 6
0 commit comments