summaryrefslogtreecommitdiff
path: root/ext/dbx/tests/006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbx/tests/006.phpt')
-rw-r--r--ext/dbx/tests/006.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbx/tests/006.phpt b/ext/dbx/tests/006.phpt
index 13b8b677f7..e5aa925a97 100644
--- a/ext/dbx/tests/006.phpt
+++ b/ext/dbx/tests/006.phpt
@@ -34,6 +34,7 @@ else {
if (!strlen(dbx_error($dlo)) || (($module==DBX_MSSQL || $module==DBX_SYBASECT) && dbx_error($dlo)=="Changed database context to '".$database."'.".($module==DBX_SYBASECT?"\n":""))) {
print('query is valid: dbx_error works ok'."\n");
}
+ else print(dbx_error($dlo));
if (!@dbx_error(0)) {
print('wrong dbx_link_object: dbx_error failure works ok'."\n");
}