summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/connect_without_oracle_home.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/connect_without_oracle_home.phpt')
-rw-r--r--ext/oci8/tests/connect_without_oracle_home.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/connect_without_oracle_home.phpt b/ext/oci8/tests/connect_without_oracle_home.phpt
index 4ccc2989c8..0e4a37ca3a 100644
--- a/ext/oci8/tests/connect_without_oracle_home.phpt
+++ b/ext/oci8/tests/connect_without_oracle_home.phpt
@@ -28,7 +28,7 @@ if (!empty($dbase)) {
else {
var_dump(oci_connect($user, $password));
}
-
+
?>
===DONE===
<?php exit(0); ?>