diff options
author | Antony Dovgal <tony2001@php.net> | 2008-07-23 09:49:11 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-07-23 09:49:11 +0000 |
commit | 523f69695428f8efe43e54dab497f38947cdadd3 (patch) | |
tree | 83539a197119b67c56ac7cd00ae1231cde7a35da | |
parent | 624122daff0a147a2a04331b2d9abdc268be6188 (diff) | |
download | php-git-523f69695428f8efe43e54dab497f38947cdadd3.tar.gz |
fix test
-rw-r--r-- | ext/date/tests/bug45529.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug45529.phpt b/ext/date/tests/bug45529.phpt index 7fda72e9af..0992c62f1c 100644 --- a/ext/date/tests/bug45529.phpt +++ b/ext/date/tests/bug45529.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #45529 (UTC not properly recognised as timezone identifier while parsing) --INI-- -date.default_timezone=Europe/Oslo +date.timezone=Europe/Oslo --FILE-- <?php $tz1 = new DateTimeZone('UTC'); |