summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/fetch_all2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/fetch_all2.phpt')
-rw-r--r--ext/oci8/tests/fetch_all2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/fetch_all2.phpt b/ext/oci8/tests/fetch_all2.phpt
index 261c46f38b..ca43348c2b 100644
--- a/ext/oci8/tests/fetch_all2.phpt
+++ b/ext/oci8/tests/fetch_all2.phpt
@@ -50,7 +50,7 @@ var_dump(oci_fetch_all($s, $all, 0, 1, OCI_BOTH));
var_dump($all);
require dirname(__FILE__).'/drop_table.inc';
-
+
echo "Done\n";
?>
--EXPECT--