diff options
Diffstat (limited to 'ext/intl/tests/timezone_countEquivalentIDs_error.phpt')
-rw-r--r-- | ext/intl/tests/timezone_countEquivalentIDs_error.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/tests/timezone_countEquivalentIDs_error.phpt b/ext/intl/tests/timezone_countEquivalentIDs_error.phpt index 4fc9b02a1d..6629f74ba6 100644 --- a/ext/intl/tests/timezone_countEquivalentIDs_error.phpt +++ b/ext/intl/tests/timezone_countEquivalentIDs_error.phpt @@ -9,6 +9,7 @@ if (!extension_loaded('intl')) ini_set("intl.error_level", E_WARNING); var_dump(IntlTimeZone::countEquivalentIDs("foo\x80")); +?> --EXPECTF-- Warning: IntlTimeZone::countEquivalentIDs(): intltz_count_equivalent_ids: could not convert time zone id to UTF-16 in %s on line %d bool(false) |