summaryrefslogtreecommitdiff
path: root/win32/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/signal.c')
-rw-r--r--win32/signal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/signal.c b/win32/signal.c
index 26bedd1088..2436313d2a 100644
--- a/win32/signal.c
+++ b/win32/signal.c
@@ -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;