summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/privileged_connect.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/privileged_connect.phpt')
-rw-r--r--ext/oci8/tests/privileged_connect.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/oci8/tests/privileged_connect.phpt b/ext/oci8/tests/privileged_connect.phpt
index 5d9fbb0a45..d95fef94f3 100644
--- a/ext/oci8/tests/privileged_connect.phpt
+++ b/ext/oci8/tests/privileged_connect.phpt
@@ -10,7 +10,6 @@ require __DIR__."/connect.inc";
oci_connect("", "", "", false, OCI_SYSOPER);
oci_connect("", "", "", false, OCI_SYSDBA);
oci_connect("", "", "", false, -1);
-oci_connect("", "", "", false, "qwe");
echo "Done\n";
?>
@@ -20,6 +19,4 @@ Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_c
Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA in %s on line %d
Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
-
-Warning: oci_connect() expects parameter 5 to be int%s string given in %s on line %d
Done