summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-01 00:21:34 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-01 00:21:34 +0200
commit39d668e9270dd0d4ae7f1507cde9157bfb295c2c (patch)
tree885079a4ab67efbbe8f8668f36b392733938c5c0
parentae163d9a366baed363d7ed146b2b3a5b72b093d9 (diff)
parenta72bab1b9a2365fff499021cde54a10c36330e01 (diff)
downloadphp-git-39d668e9270dd0d4ae7f1507cde9157bfb295c2c.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Make newly introduced bug76556.phpt more resilient
-rw-r--r--ext/intl/tests/bug76556.phpt2
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===