diff options
author | Anatoliy Belsky <ab@php.net> | 2012-04-24 13:36:43 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-04-24 13:36:43 +0200 |
commit | c7f9f54a2374847fe079c86ed07a90bc501f5660 (patch) | |
tree | 464f07c623dbcedf2e462318fc5ff07b0648be9e | |
parent | 485638a09c23e48820e0160c26098b0ef571c533 (diff) | |
download | php-git-c7f9f54a2374847fe079c86ed07a90bc501f5660.tar.gz |
Bug 61610 adopted expected warnings for 5.4
-rw-r--r-- | ext/date/tests/date_default_timezone_get-1-win32.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/date_default_timezone_get-1-win32.phpt b/ext/date/tests/date_default_timezone_get-1-win32.phpt index a12418f701..ed9ac1a478 100644 --- a/ext/date/tests/date_default_timezone_get-1-win32.phpt +++ b/ext/date/tests/date_default_timezone_get-1-win32.phpt @@ -17,8 +17,8 @@ date.timezone= parametrized so there is no hardcoded timezone data.*/ ?> --EXPECTF-- -Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected '%s' for '%s' instead in %sdate_default_timezone_get-1-win32.php on line 3 +Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone '%s' for now, but please set date.timezone to select your timezone. in %s on line %d %s -Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected '%s' for '%s' instead in %sdate_default_timezone_get-1-win32.php on line 4 +Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone '%s' for now, but please set date.timezone to select your timezone. in %s on line %d %s |