diff options
Diffstat (limited to 'ext/intl/tests/timezone_getOffset_basic.phpt')
-rw-r--r-- | ext/intl/tests/timezone_getOffset_basic.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/intl/tests/timezone_getOffset_basic.phpt b/ext/intl/tests/timezone_getOffset_basic.phpt index 403bf8fc35..7efb1967ca 100644 --- a/ext/intl/tests/timezone_getOffset_basic.phpt +++ b/ext/intl/tests/timezone_getOffset_basic.phpt @@ -22,12 +22,10 @@ var_dump(intltz_get_offset($lsb, $date *1000., true, $rawOffset, $dstOffset), $rawOffset, $dstOffset); ?> -==DONE== --EXPECT-- bool(true) int(3600000) int(3600000) bool(true) int(0) -int(3600000) -==DONE==
\ No newline at end of file +int(3600000)
\ No newline at end of file |