summaryrefslogtreecommitdiff
path: root/ext/intl/tests/msgfmt_format_subpatterns.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/msgfmt_format_subpatterns.phpt')
-rw-r--r--ext/intl/tests/msgfmt_format_subpatterns.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/intl/tests/msgfmt_format_subpatterns.phpt b/ext/intl/tests/msgfmt_format_subpatterns.phpt
index c18bb4be88..50970f0b9e 100644
--- a/ext/intl/tests/msgfmt_format_subpatterns.phpt
+++ b/ext/intl/tests/msgfmt_format_subpatterns.phpt
@@ -45,10 +45,10 @@ $args = array(
$str_res = '';
$fmt = ut_msgfmt_create( 'en_US', $pattern );
- if(!$fmt) {
- $str_res .= dump(intl_get_error_message())."\n";
- return $str_res;
- }
+ if(!$fmt) {
+ $str_res .= dump(intl_get_error_message())."\n";
+ return $str_res;
+ }
foreach ($args as $arg) {
$str_res .= dump( ut_msgfmt_format($fmt, $arg) ). "\n";
$str_res .= dump( ut_msgfmt_format_message('en_US', $pattern, $arg) ) . "\n";