mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -599,9 +599,7 @@ U_CFUNC PHP_FUNCTION(intltz_get_error_message)
|
|||
}
|
||||
|
||||
#if U_ICU_VERSION_MAJOR_NUM >= 52
|
||||
/* {{{ proto string IntlTimeZone::getWindowsID(string $timezone)
|
||||
proto string intltz_get_windows_id(string $timezone)
|
||||
Translate a system timezone (e.g. "America/Los_Angeles" into a
|
||||
/* {{{ Translate a system timezone (e.g. "America/Los_Angeles" into a
|
||||
Windows Timezone (e.g. "Pacific Standard Time")
|
||||
*/
|
||||
U_CFUNC PHP_FUNCTION(intltz_get_windows_id)
|
||||
|
@ -637,9 +635,7 @@ U_CFUNC PHP_FUNCTION(intltz_get_windows_id)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string IntlTimeZone::getIDForWindowsID(string $timezone[, string $region = NULL])
|
||||
proto string intltz_get_id_for_windows_id(string $timezone[, string $region = NULL])
|
||||
Translate a windows timezone (e.g. "Pacific Time Zone" into a
|
||||
/* {{{ Translate a windows timezone (e.g. "Pacific Time Zone" into a
|
||||
System Timezone (e.g. "America/Los_Angeles")
|
||||
*/
|
||||
U_CFUNC PHP_FUNCTION(intltz_get_id_for_windows_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue