From: Derick Rethans Date: Sun, 27 Jan 2008 17:44:16 +0000 (+0000) Subject: - Update proto. X-Git-Tag: RELEASE_2_0_0a1~760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=408a892458ab4773947b8b6287666e9f92028649;p=php - Update proto. --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 556404e2c8..f93e2bfa8d 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -2629,7 +2629,7 @@ static int check_id_allowed(char *id, long what) return 0; } -/* {{{ proto array timezone_identifiers_list() +/* {{{ proto array timezone_identifiers_list([long what]) Returns numerically index array with all timezone identifiers. */ PHP_FUNCTION(timezone_identifiers_list)