diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-04-18 08:22:01 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-04-18 08:22:01 +0000 |
| commit | 269aac9ee91253a9d560d9adb30ca7cb2042e89a (patch) | |
| tree | fbf4b1e3c63897b822f98e2c518534b679d148ca /ext/date | |
| parent | 7204e7ba5a8493547f69fd93b01c4e642639aa77 (diff) | |
| download | php-git-269aac9ee91253a9d560d9adb30ca7cb2042e89a.tar.gz | |
fix test
Diffstat (limited to 'ext/date')
| -rw-r--r-- | ext/date/tests/bug44742.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/tests/bug44742.phpt b/ext/date/tests/bug44742.phpt index e6df1efabd..48952b4e6c 100644 --- a/ext/date/tests/bug44742.phpt +++ b/ext/date/tests/bug44742.phpt @@ -2,6 +2,7 @@ Bug #44742 (timezone_offset_get() causes segmentation faults) --FILE-- <?php +date_default_timezone_set('Europe/London'); $dates = array( "2008-04-11 00:00:00+0000", "2008-04-11 00:00:00+0200", |
