summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-01-12 10:44:55 +0100
committerAnatol Belski <ab@php.net>2016-01-12 10:44:55 +0100
commit4e7cb057a0a9f1b585af52f35e4c34940c88a553 (patch)
tree0b43988af597061c590ac3a23dc18bc7bff45217
parentd8e2b8424fcb619e9dfafc0d7f059e023d0cf84e (diff)
downloadphp-git-4e7cb057a0a9f1b585af52f35e4c34940c88a553.tar.gz
partial test fixes, only obvious mistaking parts
-rw-r--r--ext/interbase/tests/004.phpt2
-rw-r--r--ext/interbase/tests/005.phpt4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/interbase/tests/004.phpt b/ext/interbase/tests/004.phpt
index e81474a4c4..54a6b7b9b5 100644
--- a/ext/interbase/tests/004.phpt
+++ b/ext/interbase/tests/004.phpt
@@ -109,7 +109,7 @@ InterBase: BLOB test
ibase_commit();
ibase_close();
- ibase_connect($test_base);
+ $link = ibase_connect($test_base);
ibase_blob_echo($link, $row->V_BLOB);
ibase_free_result($q);
diff --git a/ext/interbase/tests/005.phpt b/ext/interbase/tests/005.phpt
index cb68b0a1d5..8523443078 100644
--- a/ext/interbase/tests/005.phpt
+++ b/ext/interbase/tests/005.phpt
@@ -207,7 +207,7 @@ transactions on second link
echo "end of test\n";
?>
---EXPECT--
+--EXPECTF--
default transaction:
empty table
--- test5 ---
@@ -264,7 +264,7 @@ three rows in fourth transaction with deadlock
2
3
4
-errmsg [lock conflict on no wait transaction deadlock ]
+errmsg [lock conflict on no wait transaction deadlock %a]
---
three rows
--- test5 ---