diff options
Diffstat (limited to 'ext/intl/tests/normalizer_normalize.phpt')
-rw-r--r-- | ext/intl/tests/normalizer_normalize.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/normalizer_normalize.phpt b/ext/intl/tests/normalizer_normalize.phpt index 8070677bf3..70a2bce912 100644 --- a/ext/intl/tests/normalizer_normalize.phpt +++ b/ext/intl/tests/normalizer_normalize.phpt @@ -80,8 +80,8 @@ function ut_main() $str_hex = urlencode($str); $str_norm_hex = urlencode($str_norm); - $res_str .= "'$str_hex' normalized to form '{$forms_str[$form]}' is '$str_norm_hex'" - . "\terror info: '$error_message' ($error_code)\n" + $res_str .= "'$str_hex' normalized to form '{$forms_str[$form]}' is '$str_norm_hex'" + . "\terror info: '$error_message' ($error_code)\n" . ""; $is_norm = ut_norm_is_normalized( $str, $form ); |