SIGINT 63 Zend/zend_signal.c static int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 }; SIGINT 232 ext/pcntl/pcntl.c REGISTER_LONG_CONSTANT("SIGINT", (zend_long) SIGINT, CONST_CS | CONST_PERSISTENT); SIGINT 2014 sapi/cgi/cgi_main.c sigaction(SIGINT, &act, &old_int) || SIGINT 2042 sapi/cgi/cgi_main.c sigaction(SIGINT, &old_int, 0); SIGINT 2539 sapi/cli/php_cli_server.c #if defined(HAVE_SIGNAL_H) && defined(SIGINT) SIGINT 2540 sapi/cli/php_cli_server.c signal(SIGINT, php_cli_server_sigint_handler); SIGINT 29 sapi/fpm/fpm/fpm_signals.c #ifdef SIGINT SIGINT 30 sapi/fpm/fpm/fpm_signals.c [SIGINT] = "SIGINT", SIGINT 160 sapi/fpm/fpm/fpm_signals.c [SIGINT] = 'I', SIGINT 206 sapi/fpm/fpm/fpm_signals.c 0 > sigaction(SIGINT, &act, 0) || SIGINT 235 sapi/fpm/fpm/fpm_signals.c 0 > sigaction(SIGINT, &act_dfl, 0) || SIGINT 929 sapi/litespeed/lsapi_main.c sigaction( SIGINT, &act, &old_int ) || SIGINT 945 sapi/litespeed/lsapi_main.c sigaction( SIGINT, &old_int, 0 ); SIGINT 2798 sapi/litespeed/lsapilib.c sigaction( SIGINT, &act, &old_int ) || SIGINT 2899 sapi/litespeed/lsapilib.c sigaction( SIGINT, &old_int, 0 ); SIGINT 1716 sapi/phpdbg/phpdbg.c zend_try { zend_signal(SIGINT, phpdbg_sigint_handler); } zend_end_try(); SIGINT 1718 sapi/phpdbg/phpdbg.c signal(SIGINT, phpdbg_sigint_handler);