summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/conn_attr_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/conn_attr_1.phpt')
-rw-r--r--ext/oci8/tests/conn_attr_1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/conn_attr_1.phpt b/ext/oci8/tests/conn_attr_1.phpt
index ce23b2b5aa..bcfb1e8515 100644
--- a/ext/oci8/tests/conn_attr_1.phpt
+++ b/ext/oci8/tests/conn_attr_1.phpt
@@ -11,7 +11,7 @@ if ($test_drcp) die("skip output might vary with DRCP");
preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
if (!(isset($matches[0]) && $matches[1] >= 10)) {
- die("skip expected output only valid when using Oracle 10g or greater database server");
+ die("skip expected output only valid when using Oracle 10g or greater database server");
}
?>
--FILE--