Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 37) sorted by path

12

/PHP-7.4/Zend/
H A DZend.m4305 [whether to enable zend signal handling])],
313 AC_DEFINE(ZEND_SIGNALS, 1, [Use zend signal handling])
317 AC_MSG_CHECKING(whether to enable zend signal handling)
H A Dzend_execute_API.c63 signal(SIGSEGV, original_sigsegv_handler);
65 signal(SIGSEGV, SIG_DFL);
132 original_sigsegv_handler = signal(SIGSEGV, zend_handle_sigsegv); in init_executor()
1320 signal(signo, zend_timeout_handler); in zend_set_timeout_ex()
H A Dzend_signal.h107 # define zend_signal(signo, handler) signal(signo, handler)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1405 #include <signal.h>
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic5403 # Magic ids for biomedical signal file formats
9516 #>>>(0x38+0x10) lelong >0 (signal %d),
14762 # CORE_PROC, which contains the signal number that caused the core dump
17874 >200 lelong >0 (signal %d)
22536 >32 lelong !0 (signal %d)
22645 >32 lelong !0 (signal %d)
22907 >>>(0x38+0x10) lelong >0 (signal %d),
22938 >>>(0x38+0x10) belong >0 (signal %d),
H A Dmagic私はガラスを食べられます5403 # Magic ids for biomedical signal file formats
9516 #>>>(0x38+0x10) lelong >0 (signal %d),
14762 # CORE_PROC, which contains the signal number that caused the core dump
17874 >200 lelong >0 (signal %d)
22536 >32 lelong !0 (signal %d)
22645 >32 lelong !0 (signal %d)
22907 >>>(0x38+0x10) lelong >0 (signal %d),
22938 >>>(0x38+0x10) belong >0 (signal %d),
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c778 int signal = SIGTERM; in kill_all_lockers() local
785 if (kill(mem_usage_check->l_pid, signal)) { in kill_all_lockers()
805 signal = SIGKILL; in kill_all_lockers()
/PHP-7.4/ext/pcntl/
H A Dconfig.m414 #include <signal.h>
/PHP-7.4/ext/pcntl/tests/
H A D001.phpt42 print "\nProcess was terminated by signal : ". $signal_print;
64 print "\nProcess was stoped by signal : ". $signal_print;
82 Process was terminated by signal : SIGTERM
85 Process was stoped by signal : SIGSTOP
H A Dasync_signals.phpt2 Asynchronous signal handling through VM interrupts
H A Dpcntl_realtime_signal.phpt2 pcntl_signal() context of realtime signal
4 <?php if (!defined('SIGRTMIN')) die("skip realtime signal not supported"); ?>
11 printf("got realtime signal from %s, ruid:%s\n", $siginfo['pid'] ?? '', $siginfo['uid'] ?? '');
19 %rgot realtime signal from \d+, ruid:\d+%r
H A Dpcntl_signal.phpt9 echo "signal dispatched\n";
15 printf("got signal from %s\n", $siginfo['pid'] ?? 'nobody');
32 signal dispatched
33 got signal from %r\d+|nobody%r
39 Warning: pcntl_signal(): Invalid signal %s
42 Warning: pcntl_signal(): Invalid signal %s
H A Dsignal_closure_handler.phpt2 Closures as a signal handler
/PHP-7.4/ext/posix/tests/
H A Dposix_kill_error.phpt10 * Description: Send a signal to a process (POSIX.1, 3.3.2)
29 echo "\n-- Testing posix_kill() function with invalid signal --\n";
54 -- Testing posix_kill() function with invalid signal --
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1861 ZEND_ARG_INFO(0, signal)
H A Dexec.c107 sig_handler = signal (SIGCHLD, SIG_DFL); in php_exec()
200 signal(SIGCHLD, sig_handler); in php_exec()
H A Dmail.c563 sig_handler = (void *)signal(SIGCHLD, SIG_DFL); in php_mail()
591 signal(SIGCHLD, sig_handler); in php_mail()
607 signal(SIGCHLD, sig_handler); in php_mail()
631 signal(SIGCHLD, sig_handler); in php_mail()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open02.phpt18 usleep(20000); // let the OS run the sleep process before sending the signal
/PHP-7.4/ext/standard/tests/misc/
H A Dtime_nanosleep_basic.phpt20 echo "Interrupted by a signal.\n";
/PHP-7.4/main/
H A Dmain.c1801 signal(SIGCHLD, sigchld_handler); in sigchld_handler()
1828 signal(SIGCHLD, sigchld_handler); in php_request_startup()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1472 void fastcgi_cleanup(int signal) argument
1784 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1211 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in WinMain()
H A Dphp_cli_server.c2754 signal(SIGINT, php_cli_server_sigint_handler); in do_cli_server()
2758 signal(SIGPIPE, SIG_IGN); in do_cli_server()
/PHP-7.4/sapi/embed/
H A Dphp_embed.c163 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE in standalone mode so in php_embed_init()
/PHP-7.4/sapi/fpm/
H A Dconfig.m4119 #include <signal.h>

Completed in 196 milliseconds

12