From: Hannes Magnusson Date: Mon, 2 Oct 2006 07:32:16 +0000 (+0000) Subject: add proto X-Git-Tag: RELEASE_1_0_0RC1~1489 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2ffbd396dc9c4974c9273ffcd94f07072f0a9f3;p=php add proto --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 55e5845c42..e81bb52bd5 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -1932,7 +1932,10 @@ PHP_FUNCTION(date_format) RETURN_STRINGL(str, length, 0); } } +/* }}} */ +/* {{{ proto string date_format_locale(DateTime object, string format) +*/ PHP_FUNCTION(date_format_locale) { zval *object;