summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/fetch_array.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/fetch_array.phpt')
-rw-r--r--ext/oci8/tests/fetch_array.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/fetch_array.phpt b/ext/oci8/tests/fetch_array.phpt
index 03640e5901..9b67f27e8f 100644
--- a/ext/oci8/tests/fetch_array.phpt
+++ b/ext/oci8/tests/fetch_array.phpt
@@ -97,7 +97,7 @@ while ($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) {
}
require dirname(__FILE__).'/drop_table.inc';
-
+
echo "Done\n";
?>
--EXPECT--