We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf012a commit 7a9764cCopy full SHA for 7a9764c
ext/pdo_oci/tests/bug57702.phpt
@@ -15,7 +15,7 @@ $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
15
// Note the PDO test setup sets PDO::ATTR_STRINGIFY_FETCHES to true
16
// (and sets PDO::ATTR_CASE to PDO::CASE_LOWER)
17
18
-$query = "begin execute immediate 'drop table mytable'; exception when others then if sqlcode <> -942 then raise; end if; end;";
+$query = "begin execute immediate 'drop table bug57702'; exception when others then if sqlcode <> -942 then raise; end if; end;";
19
$stmt = $db->prepare($query);
20
$stmt->execute();
21
0 commit comments