Skip to content

Commit 4bb4fab

Browse files
committed
Set the negative sign bit for double -0.0
1 parent 2837eaf commit 4bb4fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/041.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ float(0)
4242
cb0000000000000000
4343

4444
double -0.0:
45-
float(0)
46-
float(0)
47-
cb0000000000000000
45+
float(-0)
46+
float(-0)
47+
cb8000000000000000

0 commit comments

Comments
 (0)