Skip to content

Commit df0b902

Browse files
authored
Apply suggestions from code review
1 parent b7ec7b0 commit df0b902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/pdo_pgsql/tests/bug36727.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo "Done\n";
2424
<?php
2525
require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
2626
$db = PDOTest::test_factory(__DIR__ . '/common.phpt');
27-
$db->exec("DROP TABLE IF EXIST test36727");
27+
$db->exec("DROP TABLE IF EXISTS test36727");
2828
?>
2929
--EXPECTF--
3030
Warning: PDOStatement::bindValue(): SQLSTATE[HY093]: Invalid parameter number: :test in %s on line %d

ext/pdo_pgsql/tests/bug43925.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ foreach ($stmt->fetchAll() as $row) {
5252
<?php
5353
require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
5454
$db = PDOTest::test_factory(__DIR__ . '/common.phpt');
55-
$db->exec("DROP TABLE IF EXIST test43925");
55+
$db->exec("DROP TABLE IF EXISTS test43925");
5656
?>
5757
--EXPECT--
5858
1 - 1 - 1 - 1 - 1 - 1 - 6 - 6

0 commit comments

Comments
 (0)