summaryrefslogtreecommitdiff
path: root/ext/odbc/tests/bug60616.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/tests/bug60616.phpt')
-rw-r--r--ext/odbc/tests/bug60616.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/odbc/tests/bug60616.phpt b/ext/odbc/tests/bug60616.phpt
index 9d98d46b08..d453efb010 100644
--- a/ext/odbc/tests/bug60616.phpt
+++ b/ext/odbc/tests/bug60616.phpt
@@ -3,9 +3,9 @@ odbc_exec(): Getting accurate unicode data from query
--SKIPIF--
<?php include 'skipif.inc'; ?>
<?php
- if ("unixODBC" != ODBC_TYPE) {
- die("skip ODBC_TYPE != unixODBC");
- }
+ if ("unixODBC" != ODBC_TYPE) {
+ die("skip ODBC_TYPE != unixODBC");
+ }
?>
--FILE--
<?php