summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug44008.phpt
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2018-09-24 13:27:27 +1000
committerChristopher Jones <sixd@php.net>2018-09-24 13:27:27 +1000
commita2c0f8722b90becea8e551822dad206552e82d44 (patch)
treeaad21c45d7b4ca6c0279eb3d3cac38ff930b9bad /ext/oci8/tests/bug44008.phpt
parenteceb34073b28f74f1ea6e659bea296664563189f (diff)
downloadphp-git-a2c0f8722b90becea8e551822dad206552e82d44.tar.gz
Remove trailing whitespace to help keep branches in sync
Diffstat (limited to 'ext/oci8/tests/bug44008.phpt')
-rw-r--r--ext/oci8/tests/bug44008.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/bug44008.phpt b/ext/oci8/tests/bug44008.phpt
index faacdc6254..c9930f2439 100644
--- a/ext/oci8/tests/bug44008.phpt
+++ b/ext/oci8/tests/bug44008.phpt
@@ -4,7 +4,7 @@ Bug #44008 (Incorrect usage of OCI-Lob->close crashes PHP)
<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
-?>
+?>
--FILE--
<?php