diff options
Diffstat (limited to 'ext/oci8/tests/coll_009.phpt')
-rw-r--r-- | ext/oci8/tests/coll_009.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/coll_009.phpt b/ext/oci8/tests/coll_009.phpt index e55a4a210c..2707fbccf7 100644 --- a/ext/oci8/tests/coll_009.phpt +++ b/ext/oci8/tests/coll_009.phpt @@ -11,8 +11,8 @@ require(__DIR__.'/skipif.inc'); require __DIR__."/connect.inc"; $ora_sql = "DROP TYPE - ".$type_name." - "; + ".$type_name." + "; $statement = OCIParse($c,$ora_sql); @OCIExecute($statement); |