Home
last modified time | relevance | path

Searched refs:SIG_DFL (Results 1 – 14 of 14) sorted by relevance

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_signal_002.phpt2 pcntl_signal() - If handler is an int value different than SIG_DFL or SIG_IGN
16 pcntl_signal(): Argument #2 ($handler) must be either SIG_DFL or SIG_IGN when an integer value is g…
H A Dpcntl_signal_get_handler.phpt14 pcntl_signal(SIGUSR1, SIG_DFL);
/PHP-8.2/Zend/
H A Dzend_signal.c191 if (p_sig.handler == SIG_DFL) { /* raise default handler */ in zend_signal_handler()
193 sa.sa_handler = SIG_DFL; in zend_signal_handler()
217 SIGG(handlers)[signo-1].handler = SIG_DFL; in zend_signal_handler()
H A Dzend_execute_API.c71 signal(SIGSEGV, SIG_DFL);
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_signals.c236 act_dfl.sa_handler = SIG_DFL; in fpm_signals_init_child()
/PHP-8.2/ext/pcntl/
H A Dpcntl.c150 if (Z_TYPE_P(handle) != IS_LONG || Z_LVAL_P(handle) != (zend_long)SIG_DFL) { in PHP_RSHUTDOWN_FUNCTION()
151 php_signal(signo, (Sigfunc *)(zend_long)SIG_DFL, 0); in PHP_RSHUTDOWN_FUNCTION()
644 if (Z_LVAL_P(handle) != (zend_long) SIG_DFL && Z_LVAL_P(handle) != (zend_long) SIG_IGN) { in PHP_FUNCTION()
699 RETURN_LONG((zend_long)SIG_DFL); in PHP_FUNCTION()
H A Dpcntl.stub.php40 const SIG_DFL = UNKNOWN; define
H A Dpcntl_arginfo.h243 REGISTER_LONG_CONSTANT("SIG_DFL", LONG_CONST(SIG_DFL), CONST_PERSISTENT); in register_pcntl_symbols()
/PHP-8.2/ext/standard/
H A Dexec.c127 sig_handler = signal (SIGCHLD, SIG_DFL); in php_exec()
H A Dmail.c520 sig_handler = (void *)signal(SIGCHLD, SIG_DFL); in php_mail()
/PHP-8.2/sapi/litespeed/
H A Dlscriu.c157 if (sa.sa_handler == SIG_DFL) { in lsapi_criu_signal()
H A Dlsapilib.c344 if (sa.sa_handler == SIG_DFL) in lsapi_signal()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.c1740 signal(SIGSEGV, SIG_DFL); in main()
1741 signal(SIGBUS, SIG_DFL); in main()
/PHP-8.2/main/
H A Dfastcgi.c442 if (old_sa.sa_handler == SIG_DFL) { in fcgi_setup_signals()

Completed in 68 milliseconds