summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/fetch_into1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/fetch_into1.phpt')
-rw-r--r--ext/oci8/tests/fetch_into1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/fetch_into1.phpt b/ext/oci8/tests/fetch_into1.phpt
index 05fc78aa01..68e5f9cfae 100644
--- a/ext/oci8/tests/fetch_into1.phpt
+++ b/ext/oci8/tests/fetch_into1.phpt
@@ -58,7 +58,7 @@ var_dump(ocifetchinto($s, $all, OCI_NUM+OCI_RETURN_NULLS+OCI_RETURN_LOBS));
var_dump($all);
require dirname(__FILE__).'/drop_table.inc';
-
+
echo "Done\n";
?>
--EXPECT--