From 2ac8c1ab19593fd7a38aa118ebc5936b45d770eb Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 22 Jul 2008 23:36:36 +0000 Subject: [PATCH] fix description & examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263224 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/locale/filter-matches.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/intl/locale/filter-matches.xml b/reference/intl/locale/filter-matches.xml index 4823e59b42..689964e6b5 100755 --- a/reference/intl/locale/filter-matches.xml +++ b/reference/intl/locale/filter-matches.xml @@ -1,10 +1,10 @@ - + Locale::filterMatches locale_filter_matches - Checks if a $langtag filter matches with $locale according to + Checks if a language tag filter matches with locale @@ -73,9 +73,9 @@ ]]> @@ -85,9 +85,9 @@ echo (locale_filter_matches('de-DE_1996','de-DE', false)) ? "Matches" : "Does no ]]>