diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2018-07-01 00:21:34 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-07-01 00:21:34 +0200 |
commit | 39d668e9270dd0d4ae7f1507cde9157bfb295c2c (patch) | |
tree | 885079a4ab67efbbe8f8668f36b392733938c5c0 /ext/intl | |
parent | ae163d9a366baed363d7ed146b2b3a5b72b093d9 (diff) | |
parent | a72bab1b9a2365fff499021cde54a10c36330e01 (diff) | |
download | php-git-39d668e9270dd0d4ae7f1507cde9157bfb295c2c.tar.gz |
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Make newly introduced bug76556.phpt more resilient
Diffstat (limited to 'ext/intl')
-rw-r--r-- | ext/intl/tests/bug76556.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/bug76556.phpt b/ext/intl/tests/bug76556.phpt index 57395fba2d..9e4e1ed973 100644 --- a/ext/intl/tests/bug76556.phpt +++ b/ext/intl/tests/bug76556.phpt @@ -18,6 +18,6 @@ object(IntlRuleBasedBreakIterator)#%d (3) { ["text"]=> string(3) "foo" ["type"]=> - string(%d) "%sRuleBasedBreakIterator%s" + string(%d) "%SRuleBasedBreakIterator%S" } ===DONE=== |