diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-02-03 13:05:54 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-02-03 13:05:54 +0100 |
commit | d601b123e74612b63cc717df60aaefbdee17d5d2 (patch) | |
tree | d56c20eb98cffe74d61c66713370f84288e77901 | |
parent | aba6937c0a3bbd4900060c0db34e5736f7e702c7 (diff) | |
parent | 42e67881c9597681196f215c2122e90ee7427e7e (diff) | |
download | php-git-d601b123e74612b63cc717df60aaefbdee17d5d2.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Relax test expectation
-rw-r--r-- | ext/intl/tests/bug79212.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/bug79212.phpt b/ext/intl/tests/bug79212.phpt index 0f7897acc4..3d2083013b 100644 --- a/ext/intl/tests/bug79212.phpt +++ b/ext/intl/tests/bug79212.phpt @@ -13,6 +13,6 @@ var_dump($fmt->format(gmp_init('823749273428379492374'))); $fmt = new NumberFormatter('en_US', NumberFormatter::PATTERN_DECIMAL); var_dump($fmt->format([1], NumberFormatter::TYPE_INT64)); ?> ---EXPECT-- -string(21) "823749273428379400000" +--EXPECTF-- +string(21) "823749273428379%c%c%c%c%c%c" string(1) "1" |