]> granicus.if.org Git - php/commitdiff
- Add missing folding tags.
authorDerick Rethans <derick@php.net>
Mon, 28 Jan 2008 20:35:17 +0000 (20:35 +0000)
committerDerick Rethans <derick@php.net>
Mon, 28 Jan 2008 20:35:17 +0000 (20:35 +0000)
ext/date/php_date.c

index 5f4eb567fa6d7a0c7dbce5db878ffaaaa3d6b8b0..4ad2f08efc7a64a4604dbeee3daa4ef9b72b7764 100644 (file)
@@ -2029,6 +2029,7 @@ PHP_FUNCTION(date_parse_from_format)
        parsed_time = timelib_parse_from_format(format, date, date_len, &error, DATE_TIMEZONEDB);
        php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAM_PASSTHRU, parsed_time, error);
 }
+/* }}} */
 
 /* {{{ proto string date_format(DateTime object, string format)
    Returns date formatted according to given format