diff options
| author | andy wharmby <wharmby@php.net> | 2009-03-30 12:35:30 +0000 |
|---|---|---|
| committer | andy wharmby <wharmby@php.net> | 2009-03-30 12:35:30 +0000 |
| commit | 65e12bbf74e5b6a044df0edaf710b1e088db133a (patch) | |
| tree | 8e45b6b8ac04d4e586eb626442f7c73cc64ab602 | |
| parent | 4904830ca54c7e0bef5e2234ece1a5a923376a60 (diff) | |
| download | php-git-65e12bbf74e5b6a044df0edaf710b1e088db133a.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 |
