]> granicus.if.org Git - php/commitdiff
add proto
authorHannes Magnusson <bjori@php.net>
Mon, 2 Oct 2006 07:32:16 +0000 (07:32 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 2 Oct 2006 07:32:16 +0000 (07:32 +0000)
ext/date/php_date.c

index 55e5845c427dd93b88c8b0fb2f7ea3d1235f0c4a..e81bb52bd569b7fd7af6fd3a673035385c192b06 100644 (file)
@@ -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;