summaryrefslogtreecommitdiff
path: root/ext/intl/tests/bug72533.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/bug72533.phpt')
-rw-r--r--ext/intl/tests/bug72533.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/intl/tests/bug72533.phpt b/ext/intl/tests/bug72533.phpt
index 1faf08c287..bf48c83c70 100644
--- a/ext/intl/tests/bug72533.phpt
+++ b/ext/intl/tests/bug72533.phpt
@@ -9,15 +9,15 @@ function ut_main()
{
$ret = var_export(ut_loc_accept_http(str_repeat('x', 256)), true);
$ret .= "\n";
- if(intl_is_failure(intl_get_error_code())) {
- $ret .= var_export(intl_get_error_message(), true);
- }
+ if(intl_is_failure(intl_get_error_code())) {
+ $ret .= var_export(intl_get_error_message(), true);
+ }
$ret .= "\n";
$ret .= var_export(ut_loc_accept_http(str_repeat('en,', 256)), true);
$ret .= "\n";
- if(intl_is_failure(intl_get_error_code())) {
- $ret .= var_export(intl_get_error_message(), true);
- }
+ if(intl_is_failure(intl_get_error_code())) {
+ $ret .= var_export(intl_get_error_message(), true);
+ }
return $ret;
}