summaryrefslogtreecommitdiff
path: root/ext/intl/tests/locale_filter_matches2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/locale_filter_matches2.phpt')
-rw-r--r--ext/intl/tests/locale_filter_matches2.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/intl/tests/locale_filter_matches2.phpt b/ext/intl/tests/locale_filter_matches2.phpt
index 46771b7c1a..3ce8603028 100644
--- a/ext/intl/tests/locale_filter_matches2.phpt
+++ b/ext/intl/tests/locale_filter_matches2.phpt
@@ -8,7 +8,7 @@ locale_filter_matches.phpt() icu >= 4.8 && icu < 50.1.2
<?php
/*
- * Try parsing different Locales
+ * Try parsing different Locales
* with Procedural and Object methods.
*/
@@ -22,7 +22,7 @@ function ut_main()
'art-lojban',
'sl_IT'
);
-
+
$lang_tags = array(
'de-DEVA',
'de-DE-1996',
@@ -49,7 +49,7 @@ function ut_main()
$res_str .="--------------\n";
$result= ut_loc_locale_filter_matches( $lang_tag , $loc_range , $isCanonical);
$res_str .= "loc_range:$loc_range matches lang_tag $lang_tag ? ";
- if( $result){
+ if( $result){
$res_str .= "YES\n";
}else{
$res_str .= "NO\n";
@@ -59,7 +59,7 @@ function ut_main()
$can_loc_range = ut_loc_canonicalize($loc_range);
$can_lang_tag = ut_loc_canonicalize($lang_tag);
$res_str .= "loc_range:$can_loc_range canonically matches lang_tag $can_lang_tag ? ";
- if( $result){
+ if( $result){
$res_str .= "YES\n";
}else{
$res_str .= "NO\n";