Home
last modified time | relevance | path

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

/php-src/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-src/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-src/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-src/ext/opcache/tests/
H A Dfile_cache_error.phpt32 pcntl_signal(SIGXFSZ, SIG_IGN);
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h104 signal(SIGPIPE, SIG_IGN); in fuzzer_init_php_for_execute()
/php-src/ext/sysvsem/tests/
H A Dnowait.phpt13 pcntl_signal(SIGCHLD, SIG_IGN);
/php-src/ext/pcntl/
H A Dpcntl.stub.php113 const SIG_IGN = UNKNOWN; define
H A Dpcntl_arginfo.h342 REGISTER_LONG_CONSTANT("SIG_IGN", LONG_CONST(SIG_IGN), CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c780 if (Z_LVAL_P(handle) != (zend_long) SIG_DFL && Z_LVAL_P(handle) != (zend_long) SIG_IGN) { in PHP_FUNCTION()
/php-src/sapi/cli/
H A Dphp_cli.c1193 #if defined(SIGPIPE) && defined(SIG_IGN) in WinMain()
1194 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in WinMain()
H A Dphp_cli_server.c2875 signal(SIGPIPE, SIG_IGN); in do_cli_server()
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c308 new_act.sa_handler = SIG_IGN; in file_zmagic()
372 if (sa_saved && sig_act.sa_handler != SIG_IGN) in file_zmagic()
/php-src/sapi/litespeed/
H A Dlsapi_main.c1459 #if defined(SIGPIPE) && defined(SIG_IGN) in main()
1460 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-src/sapi/fpm/fpm/
H A Dfpm_main.c1571 #if defined(SIGPIPE) && defined(SIG_IGN) in main()
1572 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in main()
/php-src/sapi/cgi/
H A Dcgi_main.c1754 #if defined(SIGPIPE) && defined(SIG_IGN)
1755 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so
/php-src/ext/fileinfo/
H A Dlibmagic.patch1286 if (sa_saved && sig_act.sa_handler != SIG_IGN)

Completed in 67 milliseconds