summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/debug.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/debug.phpt')
-rw-r--r--ext/oci8/tests/debug.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/debug.phpt b/ext/oci8/tests/debug.phpt
index a197639af6..f66eeb9698 100644
--- a/ext/oci8/tests/debug.phpt
+++ b/ext/oci8/tests/debug.phpt
@@ -10,10 +10,10 @@ require(__DIR__."/details.inc");
oci_internal_debug(true);
if (!empty($dbase)) {
- oci_connect($user, $password, $dbase);
+ oci_connect($user, $password, $dbase);
}
else {
- oci_connect($user, $password);
+ oci_connect($user, $password);
}
oci_internal_debug(false);