From 09ca614d5eb3b6650c0a99d8011d0a622a3f37b6 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 1 Jul 2009 20:27:13 +0000 Subject: [PATCH] typo --- ext/intl/locale/locale_methods.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/intl/locale/locale_methods.c b/ext/intl/locale/locale_methods.c index e4aacbc12c..5f4a3b9288 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) -- 2.40.0