Skip to content

Commit 36fadde

Browse files
committed
Fixed ext/intl/tests/timezone_createDefault_basic.phpt
Timezone offsets can be negative
1 parent eb943fb commit 36fadde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/intl/tests/timezone_createDefault_basic.phpt

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ IntlTimeZone Object
1818
(
1919
[valid] => 1
2020
[id] => %s
21-
[rawOffset] => %d
22-
[currentOffset] => %d
21+
[rawOffset] => %i
22+
[currentOffset] => %i
2323
)
2424
IntlTimeZone Object
2525
(
2626
[valid] => 1
2727
[id] => %s
28-
[rawOffset] => %d
29-
[currentOffset] => %d
28+
[rawOffset] => %i
29+
[currentOffset] => %i
3030
)
31-
==DONE==
31+
==DONE==

0 commit comments

Comments
 (0)