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

index b78f33f39dc32b8971d219c083fe277b4a2a19e3..4f05bff3aee491a3115334344eda4a491ca6801f 100644 (file)
@@ -2159,6 +2159,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