summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/edition_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/edition_1.phpt')
-rw-r--r--ext/oci8/tests/edition_1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/edition_1.phpt b/ext/oci8/tests/edition_1.phpt
index b75dfe4350..c013a687eb 100644
--- a/ext/oci8/tests/edition_1.phpt
+++ b/ext/oci8/tests/edition_1.phpt
@@ -15,7 +15,7 @@ if (!(isset($matches[0]) &&
(($matches[1] == 11 && $matches[2] >= 2) ||
($matches[1] >= 12)
))) {
- die("skip expected output only valid when using Oracle 11gR2 or greater database server");
+ die("skip expected output only valid when using Oracle 11gR2 or greater database server");
}
preg_match('/^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
if (!(isset($matches[0]) &&