summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/fetch_all1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/fetch_all1.phpt')
-rw-r--r--ext/oci8/tests/fetch_all1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/fetch_all1.phpt b/ext/oci8/tests/fetch_all1.phpt
index 00e747cc35..20afe5967c 100644
--- a/ext/oci8/tests/fetch_all1.phpt
+++ b/ext/oci8/tests/fetch_all1.phpt
@@ -45,7 +45,7 @@ $stmtarray = array(
);
oci8_test_sql_execute($c, $stmtarray);
-
+
echo "Done\n";
?>
--EXPECT--