diff options
author | Christopher Jones <sixd@php.net> | 2018-09-24 13:27:27 +1000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2018-09-24 13:27:27 +1000 |
commit | a2c0f8722b90becea8e551822dad206552e82d44 (patch) | |
tree | aad21c45d7b4ca6c0279eb3d3cac38ff930b9bad /ext/oci8/tests/coll_013.phpt | |
parent | eceb34073b28f74f1ea6e659bea296664563189f (diff) | |
download | php-git-a2c0f8722b90becea8e551822dad206552e82d44.tar.gz |
Remove trailing whitespace to help keep branches in sync
Diffstat (limited to 'ext/oci8/tests/coll_013.phpt')
-rw-r--r-- | ext/oci8/tests/coll_013.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/coll_013.phpt b/ext/oci8/tests/coll_013.phpt index 04f549845e..f85c98a907 100644 --- a/ext/oci8/tests/coll_013.phpt +++ b/ext/oci8/tests/coll_013.phpt @@ -4,7 +4,7 @@ collections and correct dates (2) <?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); -?> +?> --FILE-- <?php @@ -18,7 +18,7 @@ $statement = OCIParse($c,$ora_sql); @OCIExecute($statement); $ora_sql = "CREATE TYPE ".$type_name." AS TABLE OF DATE"; - + $statement = OCIParse($c,$ora_sql); OCIExecute($statement); |