From a2ffbd396dc9c4974c9273ffcd94f07072f0a9f3 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 2 Oct 2006 07:32:16 +0000 Subject: [PATCH] add proto --- ext/date/php_date.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.50.1