diff options
| author | Stanislav Malyshev <stas@php.net> | 2014-04-05 19:30:13 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2014-04-05 19:30:55 -0700 |
| commit | 8b0d133b1396de4ddcfd86076a0a63ebc25c5396 (patch) | |
| tree | 616d5f58fb5e25ac7925e1a979dd67d32f0c7c4a /ext | |
| parent | a3d6f28312f5a40fe8e8452f7a2db5cb7c53cce5 (diff) | |
| download | php-git-8b0d133b1396de4ddcfd86076a0a63ebc25c5396.tar.gz | |
fix to work on different ICU versions
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/intl/tests/timezone_toDateTimeZone_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/timezone_toDateTimeZone_basic.phpt b/ext/intl/tests/timezone_toDateTimeZone_basic.phpt index d22aa689dc..76981a4a91 100644 --- a/ext/intl/tests/timezone_toDateTimeZone_basic.phpt +++ b/ext/intl/tests/timezone_toDateTimeZone_basic.phpt @@ -26,7 +26,7 @@ do_test(IntlTimeZone::createTimeZone('GMT+0405'), true); --EXPECTF-- string(3) "CET" int(3600000) -string(13) "Europe/Berlin" +string(%d) "%rEurope\/Berlin|CET%r" int(3600) string(16) "Europe/Amsterdam" int(3600000) |
