1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

- MF53: Added missing folding tags.

This commit is contained in:
Derick Rethans
2008-01-28 20:36:04 +00:00
parent a99fd6a8af
commit ba5cc7524a

View 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