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/bug41069.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/bug41069.phpt')
-rw-r--r-- | ext/oci8/tests/bug41069.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bug41069.phpt b/ext/oci8/tests/bug41069.phpt index 5daa46d6f1..29f579448e 100644 --- a/ext/oci8/tests/bug41069.phpt +++ b/ext/oci8/tests/bug41069.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #41069 (Oracle crash with certain data over a DB-link when prefetch memory limit used - Oracle bug 6039623) --SKIPIF-- -<?php +<?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); if (empty($dbase)) die ("skip requires network connection alias for DB link loopback"); @@ -51,7 +51,7 @@ $stmtarray = array( "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values (113, 'aaaaaaa', 'bbbbbbbbbb', 'cccccc', 'e', 'f', 'dddd', '12/04/2006', '12/04/2006', 2224, 'zzzzzzz')" ); - + oci8_test_sql_execute($c, $stmtarray); |