mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +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
|
@ -84,8 +84,7 @@ static BOOL WINAPI php_win32_signal_system_ctrl_handler(DWORD evt)
|
|||
return TRUE;
|
||||
}/*}}}*/
|
||||
|
||||
/* {{{ proto bool sapi_windows_set_ctrl_handler(callable handler, [, bool add = true])
|
||||
Assigns a CTRL signal handler to a PHP function */
|
||||
/* {{{ Assigns a CTRL signal handler to a PHP function */
|
||||
PHP_FUNCTION(sapi_windows_set_ctrl_handler)
|
||||
{
|
||||
zval *handler = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue