summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_019.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/coll_019.phpt')
-rw-r--r--ext/oci8/tests/coll_019.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/coll_019.phpt b/ext/oci8/tests/coll_019.phpt
index 371c802ede..e0c896dce1 100644
--- a/ext/oci8/tests/coll_019.phpt
+++ b/ext/oci8/tests/coll_019.phpt
@@ -13,7 +13,7 @@ require(dirname(__FILE__).'/skipif.inc');
require dirname(__FILE__)."/connect.inc";
-$ora_sql = "DROP TYPE ".$type_name;;
+$ora_sql = "DROP TYPE ".$type_name;
$statement = oci_parse($c,$ora_sql);
@oci_execute($statement);