mirror of
https://github.com/php/php-src.git
synced 2024-12-03 06:44:07 +08:00
Make newly introduced bug76556.phpt more resilient
Obviously, different compilers mangle the C++ class name differently. We should neither expect a prefix nor a suffix.
This commit is contained in:
parent
1118fca75d
commit
a72bab1b9a
@ -18,6 +18,6 @@ object(IntlRuleBasedBreakIterator)#%d (3) {
|
||||
["text"]=>
|
||||
string(3) "foo"
|
||||
["type"]=>
|
||||
string(%d) "%sRuleBasedBreakIterator%s"
|
||||
string(%d) "%SRuleBasedBreakIterator%S"
|
||||
}
|
||||
===DONE===
|
||||
|
Loading…
Reference in New Issue
Block a user