Skip to content

Commit ae65bd5

Browse files
committed
Update vprintf_variation5 test expectation for negative zero fix
The GH-12237 fix correctly removes the negative sign when the value rounds to zero. Update the expected output for -2e-5 formatted with %04.4f: -0.0000 becomes 0.0000.
1 parent 85ffb7a commit ae65bd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/standard/tests/strings/vprintf_variation5.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ int(28)
6464
int(54)
6565

6666
-- Iteration 4 --
67-
200000.0000 0.0000 -200000.000000 -0.0000
68-
int(45)
67+
200000.0000 0.0000 -200000.000000 0.0000
68+
int(44)
6969

7070
-- Iteration 5 --
7171
20000.000000 -1999999999999999879418332743206357172224.000000 0.000000 20000000000000000000.000000

0 commit comments

Comments
 (0)