diff options
| author | Hannes Magnusson <bjori@php.net> | 2006-06-11 00:18:30 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2006-06-11 00:18:30 +0000 |
| commit | 50de3fd1cea9169ce8e495170fd45a16fd5254b3 (patch) | |
| tree | d211fcb189140a1d9a63a1663600d61c67995205 | |
| parent | 37d88ca5a029603fa8eedd0116b6d9e524e1839b (diff) | |
| download | php-git-50de3fd1cea9169ce8e495170fd45a16fd5254b3.tar.gz | |
MFH: fix test
| -rw-r--r-- | ext/date/tests/bug37747.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/tests/bug37747.phpt b/ext/date/tests/bug37747.phpt index 2b9881c444..465f791c41 100644 --- a/ext/date/tests/bug37747.phpt +++ b/ext/date/tests/bug37747.phpt @@ -2,6 +2,7 @@ Bug #37747 (strtotime segfaults when given "nextyear") --FILE-- <?php + date_default_timezone_set("Europe/Oslo"); var_dump(strtotime("nextyear")); echo "ALIVE\n"; ?> |
