summaryrefslogtreecommitdiff
path: root/ext/odbc/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/tests')
-rw-r--r--ext/odbc/tests/bug47803.phpt2
-rw-r--r--ext/odbc/tests/bug60616.phpt2
-rw-r--r--ext/odbc/tests/odbc_exec_001.phpt2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/odbc/tests/bug47803.phpt b/ext/odbc/tests/bug47803.phpt
index ec023a5c87..aa5925df7f 100644
--- a/ext/odbc/tests/bug47803.phpt
+++ b/ext/odbc/tests/bug47803.phpt
@@ -73,7 +73,7 @@ if (!$result) {
print ('[sql] prep: '.$sql);
goto out;
}
-foreach ($upd_params as $k) {
+foreach ($upd_params as $k) {
if(!odbc_execute($result, array($k['id']))) {
print ('[sql] exec: '."array({$k['id']})");
goto out;
diff --git a/ext/odbc/tests/bug60616.phpt b/ext/odbc/tests/bug60616.phpt
index 95c72049e3..16536881af 100644
--- a/ext/odbc/tests/bug60616.phpt
+++ b/ext/odbc/tests/bug60616.phpt
@@ -2,7 +2,7 @@
odbc_exec(): Getting accurate unicode data from query
--SKIPIF--
<?php include 'skipif.inc'; ?>
-<?php
+<?php
if ("unixODBC" != ODBC_TYPE) {
die("skip ODBC_TYPE != unixODBC");
}
diff --git a/ext/odbc/tests/odbc_exec_001.phpt b/ext/odbc/tests/odbc_exec_001.phpt
index cfb13876a2..dd1fa26a67 100644
--- a/ext/odbc/tests/odbc_exec_001.phpt
+++ b/ext/odbc/tests/odbc_exec_001.phpt
@@ -2,7 +2,7 @@
odbc_exec(): Basic test
--SKIPIF--
<?php include 'skipif.inc'; ?>
-<?php
+<?php
if ("unixODBC" != ODBC_TYPE) {
die("skip ODBC_TYPE != unixODBC");
}