summaryrefslogtreecommitdiff
path: root/ext/intl/tests/locale_get_all_variants.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/locale_get_all_variants.phpt')
-rw-r--r--ext/intl/tests/locale_get_all_variants.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/locale_get_all_variants.phpt b/ext/intl/tests/locale_get_all_variants.phpt
index 864b8a2e1a..8f2bcbfa39 100644
--- a/ext/intl/tests/locale_get_all_variants.phpt
+++ b/ext/intl/tests/locale_get_all_variants.phpt
@@ -6,7 +6,7 @@ locale_get_all_variants.phpt()
<?php
/*
- * Try parsing different Locales
+ * Try parsing different Locales
* with Procedural and Object methods.
*/
@@ -24,7 +24,7 @@ function ut_main()
'sgn-BE-nl',
'sgn-CH-de',
'sl_IT_rozaj@currency=EUR'
- );
+ );
$res_str = '';
foreach($locales as $locale){
$variants_arr = ut_loc_locale_get_all_variants( $locale);