File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ echo "Done\n";
24
24
<?php
25
25
require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc ' ;
26
26
$ db = PDOTest::test_factory (__DIR__ . '/common.phpt ' );
27
- $ db ->exec ("DROP TABLE IF EXIST test36727 " );
27
+ $ db ->exec ("DROP TABLE IF EXISTS test36727 " );
28
28
?>
29
29
--EXPECTF--
30
30
Warning: PDOStatement::bindValue(): SQLSTATE[HY093]: Invalid parameter number: :test in %s on line %d
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ foreach ($stmt->fetchAll() as $row) {
52
52
<?php
53
53
require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc ' ;
54
54
$ db = PDOTest::test_factory (__DIR__ . '/common.phpt ' );
55
- $ db ->exec ("DROP TABLE IF EXIST test43925 " );
55
+ $ db ->exec ("DROP TABLE IF EXISTS test43925 " );
56
56
?>
57
57
--EXPECT--
58
58
1 - 1 - 1 - 1 - 1 - 1 - 6 - 6
You can’t perform that action at this time.
0 commit comments