mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix a few comments
This commit is contained in:
parent
2b5de6f839
commit
91fbd12d57
6 changed files with 23 additions and 55 deletions
|
@ -75,7 +75,7 @@ static void add_to_localtime_arr( IntlDateFormatter_object *dfo, zval* return_va
|
|||
}
|
||||
}
|
||||
|
||||
/* {{{ * Internal function which calls the udat_parseCalendar */
|
||||
/* {{{ Internal function which calls the udat_parseCalendar */
|
||||
static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, size_t text_len, int32_t *parse_pos, zval *return_value)
|
||||
{
|
||||
UCalendar *parsed_calendar = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue