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
|
@ -179,11 +179,7 @@ error:
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto IntlDateFormatter IntlDateFormatter::create(string $locale, long date_type, long time_type[, string $timezone_str, long $calendar, string $pattern] )
|
||||
* Create formatter. }}} */
|
||||
/* {{{ proto IntlDateFormatter datefmt_create(string $locale, long date_type, long time_type[, string $timezone_str, long $calendar, string $pattern)
|
||||
* Create formatter.
|
||||
*/
|
||||
/* {{{ Create formatter. */
|
||||
U_CFUNC PHP_FUNCTION( datefmt_create )
|
||||
{
|
||||
object_init_ex( return_value, IntlDateFormatter_ce_ptr );
|
||||
|
@ -194,9 +190,7 @@ U_CFUNC PHP_FUNCTION( datefmt_create )
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto void IntlDateFormatter::__construct(string $locale, long date_type, long time_type[, string $timezone_str, long $calendar, string $pattern])
|
||||
* IntlDateFormatter object constructor.
|
||||
*/
|
||||
/* {{{ IntlDateFormatter object constructor. */
|
||||
U_CFUNC PHP_METHOD( IntlDateFormatter, __construct )
|
||||
{
|
||||
zend_error_handling error_handling;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue