diff options
Diffstat (limited to 'ext/intl/tests/msgfmt_fail2.phpt')
-rw-r--r-- | ext/intl/tests/msgfmt_fail2.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/intl/tests/msgfmt_fail2.phpt b/ext/intl/tests/msgfmt_fail2.phpt index 060976d19e..c02fcb35c3 100644 --- a/ext/intl/tests/msgfmt_fail2.phpt +++ b/ext/intl/tests/msgfmt_fail2.phpt @@ -136,13 +136,13 @@ IntlException: Constructor failed in %s on line %d 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' 'msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR' -TypeError: MessageFormatter::__construct() expects parameter 1 to be string, array given in %s on line %d +TypeError: MessageFormatter::__construct() expects argument #1 ($locale) to be of type string, array given in %s on line %d 'U_ZERO_ERROR' -TypeError: MessageFormatter::create() expects parameter 1 to be string, array given in %s on line %d +TypeError: MessageFormatter::create() expects argument #1 ($locale) to be of type string, array given in %s on line %d 'U_ZERO_ERROR' -TypeError: msgfmt_create() expects parameter 1 to be string, array given in %s on line %d +TypeError: msgfmt_create() expects argument #1 ($locale) to be of type string, array given in %s on line %d 'U_ZERO_ERROR' IntlException: Constructor failed in %s on line %d |