diff options
author | andy wharmby <wharmby@php.net> | 2009-03-30 12:35:31 +0000 |
---|---|---|
committer | andy wharmby <wharmby@php.net> | 2009-03-30 12:35:31 +0000 |
commit | 76b30f6434af284bcddee49e248081ca992a361d (patch) | |
tree | 55ee55792c66bcfd6ec2da84ee3eec62acdc50f4 | |
parent | 05704553742f73c643ee6767f5c3c5bd132e0d03 (diff) | |
download | php-git-76b30f6434af284bcddee49e248081ca992a361d.tar.gz |
Fix date tests which started failing after change to BST
-rw-r--r-- | ext/date/tests/DateTimeZone_getOffset_basic1.phpt | 2 | ||||
-rw-r--r-- | ext/date/tests/timezone_offset_get_basic1.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/DateTimeZone_getOffset_basic1.phpt b/ext/date/tests/DateTimeZone_getOffset_basic1.phpt index 46c0e6af6b..ea3c2804b1 100644 --- a/ext/date/tests/DateTimeZone_getOffset_basic1.phpt +++ b/ext/date/tests/DateTimeZone_getOffset_basic1.phpt @@ -27,7 +27,7 @@ var_dump( $tz3->getOffset($date) ); ===DONE=== --EXPECTF-- *** Testing DateTimeZone::getOffset() : basic functionality *** -int(0) +%rint\(0\)|int\(3600\)%r %rint\(-18000\)|int\(-14400\)%r %rint\(-28800\)|int\(-25200\)%r ===DONE===
\ No newline at end of file diff --git a/ext/date/tests/timezone_offset_get_basic1.phpt b/ext/date/tests/timezone_offset_get_basic1.phpt index bf241788da..aa658e9422 100644 --- a/ext/date/tests/timezone_offset_get_basic1.phpt +++ b/ext/date/tests/timezone_offset_get_basic1.phpt @@ -28,7 +28,7 @@ var_dump(timezone_offset_get($tz, $date)); ===DONE=== --EXPECTF-- *** Testing timezone_offset_get() : basic functionality *** -int(0) +%rint\(0\)|int\(3600\)%r %rint\(-18000\)|int\(-14400\)%r %rint\(-28800\)|int\(-25200\)%r ===DONE===
\ No newline at end of file |