mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove proto comments from C files
Closes GH-5758
This commit is contained in:
parent
4757998650
commit
2b5de6f839
234 changed files with 3892 additions and 8084 deletions
|
@ -75,9 +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;
|
||||
|
@ -118,10 +116,7 @@ static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* tex
|
|||
/* }}} */
|
||||
|
||||
|
||||
/* {{{ proto int IntlDateFormatter::parse( string $text_to_parse [, int $parse_pos] )
|
||||
* Parse the string $value starting at parse_pos to a Unix timestamp -int }}}*/
|
||||
/* {{{ proto int datefmt_parse( IntlDateFormatter $fmt, string $text_to_parse [, int $parse_pos] )
|
||||
* Parse the string $value starting at parse_pos to a Unix timestamp -int }}}*/
|
||||
/* {{{ Parse the string $value starting at parse_pos to a Unix timestamp -int */
|
||||
PHP_FUNCTION(datefmt_parse)
|
||||
{
|
||||
char* text_to_parse = NULL;
|
||||
|
@ -162,10 +157,7 @@ PHP_FUNCTION(datefmt_parse)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int IntlDateFormatter::localtime( string $text_to_parse[, int $parse_pos] )
|
||||
* Parse the string $value to a localtime array }}}*/
|
||||
/* {{{ proto int datefmt_localtime( IntlDateFormatter $fmt, string $text_to_parse[, int $parse_pos ])
|
||||
* Parse the string $value to a localtime array }}}*/
|
||||
/* {{{ Parse the string $value to a localtime array */
|
||||
PHP_FUNCTION(datefmt_localtime)
|
||||
{
|
||||
char* text_to_parse = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue