summaryrefslogtreecommitdiff
path: root/ext/intl/tests/locale_filter_matches.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/locale_filter_matches.phpt')
-rw-r--r--ext/intl/tests/locale_filter_matches.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/intl/tests/locale_filter_matches.phpt b/ext/intl/tests/locale_filter_matches.phpt
index cada499b9a..5f4a9457c5 100644
--- a/ext/intl/tests/locale_filter_matches.phpt
+++ b/ext/intl/tests/locale_filter_matches.phpt
@@ -7,7 +7,7 @@ locale_filter_matches.phpt() icu <= 4.2
<?php
/*
- * Try parsing different Locales
+ * Try parsing different Locales
* with Procedural and Object methods.
*/
@@ -21,7 +21,7 @@ function ut_main()
'art-lojban',
'sl_IT'
);
-
+
$lang_tags = array(
'de-DEVA',
'de-DE-1996',
@@ -48,7 +48,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";
@@ -58,7 +58,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";