Home
last modified time | relevance | path

Searched refs:SIG_IGN (Results 1 – 20 of 20) sorted by relevance

/PHP-8.3/ext/pcntl/tests/
H A Dbug73783.phpt2 Bug #73783: (SIG_IGN needs to be set to prevent syscals from returning early)
8 pcntl_signal(SIGCHLD, SIG_IGN);
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.phpt17 pcntl_signal(SIGUSR1, SIG_IGN);
H A Dpcntl_signal.phpt20 var_dump(pcntl_signal(SIGALRM, SIG_IGN));
/PHP-8.3/sapi/embed/
H A Dphp_embed.c165 #if defined(SIGPIPE) && defined(SIG_IGN) in php_embed_init()
166 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in php_embed_init()
/PHP-8.3/Zend/
H A Dzend_signal.c213 } else if (p_sig.handler != SIG_IGN) { in zend_signal_handler()
249 if (SIGG(handlers)[signo-1].handler == (void *) SIG_IGN) { in zend_sigaction()
250 sa.sa_sigaction = (void *) SIG_IGN; in zend_sigaction()
350 sa.sa_sigaction != (void *) SIG_IGN) { in zend_signal_deactivate()
/PHP-8.3/ext/opcache/tests/
H A Dfile_cache_error.phpt32 pcntl_signal(SIGXFSZ, SIG_IGN);
/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-execute-common.h104 signal(SIGPIPE, SIG_IGN); in fuzzer_init_php_for_execute()
/PHP-8.3/ext/sysvsem/tests/
H A Dnowait.phpt13 pcntl_signal(SIGCHLD, SIG_IGN);
/PHP-8.3/ext/pcntl/
H A Dpcntl.stub.php35 const SIG_IGN = UNKNOWN; define
H A Dpcntl_arginfo.h242 REGISTER_LONG_CONSTANT("SIG_IGN", LONG_CONST(SIG_IGN), CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c644 if (Z_LVAL_P(handle) != (zend_long) SIG_DFL && Z_LVAL_P(handle) != (zend_long) SIG_IGN) { in PHP_FUNCTION()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcompress.c288 new_act.sa_handler = SIG_IGN; in file_zmagic()
348 if (sa_saved && sig_act.sa_handler != SIG_IGN) in file_zmagic()
/PHP-8.3/sapi/cli/
H A Dphp_cli.c1223 #if defined(SIGPIPE) && defined(SIG_IGN) in WinMain()
1224 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in WinMain()
H A Dphp_cli_server.c2885 signal(SIGPIPE, SIG_IGN); in do_cli_server()
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c1463 #if defined(SIGPIPE) && defined(SIG_IGN) in main()
1464 signal(SIGPIPE, SIG_IGN); in main()
H A Dlsapilib.c1444 #if defined(SIGXFSZ) && defined(SIG_IGN) in LSAPI_Init()
1445 signal(SIGXFSZ, SIG_IGN); in LSAPI_Init()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c1577 #if defined(SIGPIPE) && defined(SIG_IGN) in main()
1578 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in main()
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c1752 #if defined(SIGPIPE) && defined(SIG_IGN)
1753 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1274 if (sa_saved && sig_act.sa_handler != SIG_IGN)

Completed in 77 milliseconds