Home
last modified time | relevance | path

Searched refs:pcntl_signal (Results 1 – 23 of 23) sorted by relevance

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_signal.phpt2 pcntl_signal()
8 pcntl_signal(SIGTERM, function($signo){
14 pcntl_signal(SIGUSR1, function($signo, $siginfo){
20 var_dump(pcntl_signal(SIGALRM, SIG_IGN));
23 pcntl_signal(-1, -1);
29 pcntl_signal(-1, function(){});
35 pcntl_signal(SIGALRM, "not callable");
48 pcntl_signal(): Argument #1 ($signal) must be greater than or equal to 1
49 pcntl_signal(): Argument #1 ($signal) must be greater than or equal to 1
50 pcntl_signal(): Argument #2 ($handler) must be of type callable|int, string given
H A Dpcntl_signal_001.phpt2 pcntl_signal() signal greater than max available.
8 pcntl_signal(1000000, function($signo){
16 pcntl_signal(): Argument #1 ($signal) must be less than %d
H A Dpcntl_signal_002.phpt2 pcntl_signal() - If handler is an int value different than SIG_DFL or SIG_IGN
9 pcntl_signal(SIGTERM, -1);
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.phpt11 pcntl_signal(SIGUSR1, 'pcntl_test');
14 pcntl_signal(SIGUSR1, SIG_DFL);
17 pcntl_signal(SIGUSR1, SIG_IGN);
H A Dpcntl_realtime_signal.phpt2 pcntl_signal() context of realtime signal
11 pcntl_signal(SIGRTMIN, function ($signo, $siginfo) {
H A Dpcntl_signal_dispatch.phpt9 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
H A Dasync_signals.phpt10 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
H A Dsignal_closure_handler.phpt10 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
H A Dbug81577_2.phpt9 pcntl_signal(SIGTERM, function ($signo) {});
H A Dpcntl_alarm.phpt11 pcntl_signal(SIGALRM, function(){});
H A Dbug73783.phpt8 pcntl_signal(SIGCHLD, SIG_IGN);
H A Dasync_signals_2.phpt13 pcntl_signal(SIGALRM, function($signo) {
H A Dbug81577_3.phpt11 pcntl_signal(SIGTERM, function ($signo) { throw new Exception("Signal"); });
H A Dbug81577.phpt16 pcntl_signal(SIGTERM, function ($signo) { throw new Exception("Signal"); });
H A Dwaiting_on_sigchild_pcntl_wait.phpt16 pcntl_signal(SIGCHLD, function($sig, $info) use (&$processes) {
H A D002.phpt38 pcntl_signal(SIGCHLD, function($signo){});
/PHP-8.2/Zend/tests/fibers/
H A Dsignal-async.phpt11 pcntl_signal(SIGUSR1, function (): void {
H A Dsignal-dispatch.phpt9 pcntl_signal(SIGUSR1, function (): void {
/PHP-8.2/ext/opcache/tests/
H A Dfile_cache_error.phpt32 pcntl_signal(SIGXFSZ, SIG_IGN);
/PHP-8.2/ext/sysvsem/tests/
H A Dnowait.phpt13 pcntl_signal(SIGCHLD, SIG_IGN);
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php916 function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): bool {} function
H A Dpcntl_arginfo.h139 ZEND_FUNCTION(pcntl_signal);
186 ZEND_FE(pcntl_signal, arginfo_pcntl_signal)
H A Dpcntl.c597 PHP_FUNCTION(pcntl_signal) in PHP_FUNCTION() argument

Completed in 24 milliseconds