We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d1736 commit 99d2b24Copy full SHA for 99d2b24
ext/oci8/tests/array_bind_float.phpt
@@ -61,7 +61,7 @@ var_dump($array);
61
62
echo "Done\n";
63
?>
64
---EXPECT--
+--EXPECTF--
65
array(5) {
66
[0]=>
67
float(5.9999)
@@ -70,7 +70,7 @@ array(5) {
70
[2]=>
71
float(3.4234)
72
[3]=>
73
- float(2.5658)
+ float(2.5658%S)
74
[4]=>
75
float(1.243)
76
}
ext/oci8/tests/array_bind_float1.phpt
0 commit comments