stas Wed Jul 1 20:31:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl/locale locale_methods.c Log: typo http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale_methods.c?r1=1.1.2.8&r2=1.1.2.9&diff_format=u Index: php-src/ext/intl/locale/locale_methods.c diff -u php-src/ext/intl/locale/locale_methods.c:1.1.2.8 php-src/ext/intl/locale/locale_methods.c:1.1.2.9 --- php-src/ext/intl/locale/locale_methods.c:1.1.2.8 Wed Jul 1 20:17:31 2009 +++ php-src/ext/intl/locale/locale_methods.c Wed Jul 1 20:31:26 2009 @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: locale_methods.c,v 1.1.2.8 2009/07/01 20:17:31 stas Exp $ */ +/* $Id: locale_methods.c,v 1.1.2.9 2009/07/01 20:31:26 stas Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1221,11 +1221,11 @@ } /* }}} */ -/* {{{ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php