summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/fetch_into2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/fetch_into2.phpt')
-rw-r--r--ext/oci8/tests/fetch_into2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/fetch_into2.phpt b/ext/oci8/tests/fetch_into2.phpt
index 39b1dc72b9..2d72541580 100644
--- a/ext/oci8/tests/fetch_into2.phpt
+++ b/ext/oci8/tests/fetch_into2.phpt
@@ -46,7 +46,7 @@ var_dump(ocifetchinto($s, $all, 1000000));
var_dump($all);
require dirname(__FILE__).'/drop_table.inc';
-
+
echo "Done\n";
?>
--EXPECTF--