SIG_DFL 64 Zend/zend_execute_API.c signal(SIGSEGV, SIG_DFL); SIG_DFL 164 Zend/zend_signal.c if (p_sig.handler == SIG_DFL) { /* raise default handler */ SIG_DFL 166 Zend/zend_signal.c sa.sa_handler = SIG_DFL; SIG_DFL 182 Zend/zend_signal.c SIGG(handlers)[signo-1].handler = SIG_DFL; SIG_DFL 215 ext/pcntl/pcntl.c REGISTER_LONG_CONSTANT("SIG_DFL", (long) SIG_DFL, CONST_CS | CONST_PERSISTENT); SIG_DFL 872 ext/pcntl/pcntl.c if (Z_LVAL_P(handle) != (long) SIG_DFL && Z_LVAL_P(handle) != (long) SIG_IGN) { SIG_DFL 116 ext/standard/exec.c sig_handler = signal (SIGCHLD, SIG_DFL); SIG_DFL 364 ext/standard/mail.c sig_handler = (void *)signal(SIGCHLD, SIG_DFL); SIG_DFL 395 sapi/cgi/fastcgi.c if (old_sa.sa_handler == SIG_DFL) { SIG_DFL 178 sapi/fpm/fpm/fastcgi.c if (old_sa.sa_handler == SIG_DFL) { SIG_DFL 229 sapi/fpm/fpm/fpm_signals.c act_dfl.sa_handler = SIG_DFL; SIG_DFL 206 sapi/litespeed/lsapilib.c if (sa.sa_handler == SIG_DFL)