]> granicus.if.org Git - php/commitdiff
fix proto
authorStanislav Malyshev <stas@php.net>
Wed, 1 Jul 2009 20:17:31 +0000 (20:17 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 1 Jul 2009 20:17:31 +0000 (20:17 +0000)
ext/intl/locale/locale_methods.c

index 77022d0072c0394b3b78383d5ecd43d0997179b2..a2500206b4177b822ef68724706fda90531c1c8d 100755 (executable)
@@ -1221,11 +1221,11 @@ static int strToMatch(char* str ,char *retstr)
 }
 /* }}} */
 
-/* {{{ proto static boolean Locale::filterMatches(string $langtag, string $locale)
+/* {{{ 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)
+/* {{{ 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)