summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/array_bind_float.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/array_bind_float.phpt')
-rw-r--r--ext/oci8/tests/array_bind_float.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/array_bind_float.phpt b/ext/oci8/tests/array_bind_float.phpt
index 7b6dfc680c..4eb7d4e546 100644
--- a/ext/oci8/tests/array_bind_float.phpt
+++ b/ext/oci8/tests/array_bind_float.phpt
@@ -61,7 +61,7 @@ var_dump($array);
echo "Done\n";
?>
---EXPECT--
+--EXPECTF--
array(5) {
[0]=>
float(5.9999)
@@ -70,7 +70,7 @@ array(5) {
[2]=>
float(3.4234)
[3]=>
- float(2.5658)
+ float(2.5658%S)
[4]=>
float(1.243)
}