summaryrefslogtreecommitdiff
path: root/ext/interbase
diff options
context:
space:
mode:
authorPopa Adrian Marius <mariuz@php.net>2011-09-12 09:36:37 +0000
committerPopa Adrian Marius <mariuz@php.net>2011-09-12 09:36:37 +0000
commitee1ed6743edcc236490f681e57667a029057f4c5 (patch)
tree0dcfe53bfa9f19492cadca5cbe8449d576174342 /ext/interbase
parent8bab4d155cd5ed1d263db29d96a9afefc52861ac (diff)
downloadphp-git-ee1ed6743edcc236490f681e57667a029057f4c5.tar.gz
fixes #55659 also the 006 firebird test
Diffstat (limited to 'ext/interbase')
-rw-r--r--ext/interbase/tests/006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/tests/006.phpt b/ext/interbase/tests/006.phpt
index 8155c9f41e..ad6120f393 100644
--- a/ext/interbase/tests/006.phpt
+++ b/ext/interbase/tests/006.phpt
@@ -210,7 +210,7 @@ InterBase: binding (may take a while)
out_result($res, "test6");
ibase_free_result($res);
- $res = ibase_execute($query, "5", 7.5);
+ $res = ibase_execute($query, "5", 7.499);
out_result($res, "test6");
ibase_free_result($res);