summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bind_sqltnum_11g.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bind_sqltnum_11g.phpt')
-rw-r--r--ext/oci8/tests/bind_sqltnum_11g.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/bind_sqltnum_11g.phpt b/ext/oci8/tests/bind_sqltnum_11g.phpt
index 1969893604..3f4a1411a8 100644
--- a/ext/oci8/tests/bind_sqltnum_11g.phpt
+++ b/ext/oci8/tests/bind_sqltnum_11g.phpt
@@ -4,7 +4,7 @@ Bind with SQLT_NUM
<?php
if (!extension_loaded('oci8')) die("skip no oci8 extension");
preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
-if (!(isset($matches[0]) && $matches[0] <= 11)) {
+if (!(isset($matches[0]) && $matches[0] <= 11)) {
die("skip works only with Oracle 11 or earlier version of Oracle client libraries");
}
?>