Skip to content

Commit bbbb0f1

Browse files
committed
fix test
1 parent 02022c7 commit bbbb0f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ext/standard/tests/strings/printf_64bit.phpt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -645,10 +645,10 @@ Array
645645
-123456
646646
123456
647647
-123456
648-
120000
649-
-120000
650-
+120000
651-
-120000
648+
1.2e+5
649+
-1.2e+5
650+
+1.2e+5
651+
-1.2e+5
652652
123456
653653
-123456
654654
1.0E+5
@@ -657,10 +657,10 @@ Array
657657
-123456
658658
123456
659659
-123456
660-
120000
661-
-120000
662-
+120000
663-
-120000
660+
1.2E+5
661+
-1.2E+5
662+
+1.2E+5
663+
-1.2E+5
664664

665665
*** Output for '%%%.2f' as the format parameter ***
666666
%12345678900.00

0 commit comments

Comments
 (0)