Skip to content

Commit 99d2b24

Browse files
committed
Make test decimal to binary conversion expectation more tolerant
1 parent b2d1736 commit 99d2b24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/oci8/tests/array_bind_float.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var_dump($array);
6161

6262
echo "Done\n";
6363
?>
64-
--EXPECT--
64+
--EXPECTF--
6565
array(5) {
6666
[0]=>
6767
float(5.9999)
@@ -70,7 +70,7 @@ array(5) {
7070
[2]=>
7171
float(3.4234)
7272
[3]=>
73-
float(2.5658)
73+
float(2.5658%S)
7474
[4]=>
7575
float(1.243)
7676
}

ext/oci8/tests/array_bind_float1.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var_dump($array);
6161

6262
echo "Done\n";
6363
?>
64-
--EXPECT--
64+
--EXPECTF--
6565
array(5) {
6666
[0]=>
6767
float(5.9999)
@@ -70,7 +70,7 @@ array(5) {
7070
[2]=>
7171
float(3.4234)
7272
[3]=>
73-
float(2.5658)
73+
float(2.5658%S)
7474
[4]=>
7575
float(1.243)
7676
}

0 commit comments

Comments
 (0)