summaryrefslogtreecommitdiff
path: root/ext/intl/locale
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2009-07-01 20:31:26 +0000
committerStanislav Malyshev <stas@php.net>2009-07-01 20:31:26 +0000
commit838d359641c5acd0b2e669520322f3d80c2a47d6 (patch)
treeb642bda8154397d297db83b92b890f4719a27de3 /ext/intl/locale
parentdc69d9228a510c8db89a960120e1d1894e41ca3f (diff)
downloadphp-git-838d359641c5acd0b2e669520322f3d80c2a47d6.tar.gz
typo
Diffstat (limited to 'ext/intl/locale')
-rwxr-xr-xext/intl/locale/locale_methods.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/locale/locale_methods.c b/ext/intl/locale/locale_methods.c
index a2500206b4..07a1a7b0f3 100755
--- a/ext/intl/locale/locale_methods.c
+++ b/ext/intl/locale/locale_methods.c
@@ -1221,11 +1221,11 @@ static int strToMatch(char* str ,char *retstr)
}
/* }}} */
-/* {{{ proto static boolean Locale::filterMatches(string $langtag, string $locale, bool canonicalize)
+/* {{{ proto static boolean Locale::filterMatches(string $langtag, string $locale, bool $canonicalize)
* Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm
*/
/* }}} */
-/* {{{ proto boolean locale_filter_matches(string $langtag, string $locale, bool canonicalize)
+/* {{{ proto boolean locale_filter_matches(string $langtag, string $locale, bool $canonicalize)
* Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm
*/
PHP_FUNCTION(locale_filter_matches)