Searched refs:posix_kill (Results 1 – 21 of 21) sorted by relevance
/PHP-8.1/ext/posix/tests/ |
H A D | posix_kill_error.phpt | 2 Test posix_kill() function : error conditions 7 echo "*** Testing posix_kill() : error conditions ***\n"; 10 echo "\n-- Testing posix_kill() function with invalid signal --\n"; 13 var_dump( posix_kill($pid, 999) ); 15 echo "\n-- Testing posix_kill() function with negative pid --\n"; 18 var_dump( posix_kill($pid, 999) ); 23 *** Testing posix_kill() : error conditions *** 25 -- Testing posix_kill() function with invalid signal -- 28 -- Testing posix_kill() function with negative pid --
|
H A D | posix_errno_variation2.phpt | 17 posix_kill((2 ** 22) + 1, $SIGKILL);
|
/PHP-8.1/ext/pcntl/tests/ |
H A D | pcntl_signal.phpt | 11 posix_kill(posix_getpid(), SIGTERM); 17 posix_kill(posix_getpid(), SIGUSR1); 41 posix_kill(posix_getpid(), SIGTERM);
|
H A D | pcntl_wait.phpt | 15 posix_kill($pid, SIGCONT); 24 posix_kill(posix_getpid(), SIGSTOP);
|
H A D | 001.phpt | 38 posix_kill($pid, SIGTERM); 60 posix_kill($pid, SIGSTOP); 67 posix_kill($pid, SIGCONT);
|
H A D | pcntl_wait_rusage1.phpt | 17 posix_kill($pid, SIGCONT); 36 posix_kill(posix_getpid(), SIGSTOP);
|
H A D | pcntl_waitpid_rusage1.phpt | 17 posix_kill($pid, SIGCONT); 36 posix_kill(posix_getpid(), SIGSTOP);
|
H A D | pcntl_signal_dispatch.phpt | 12 posix_kill(posix_getpid(), SIGTERM);
|
H A D | signal_closure_handler.phpt | 13 posix_kill(posix_getpid(), SIGTERM);
|
H A D | async_signals.phpt | 13 posix_kill(posix_getpid(), SIGTERM);
|
H A D | bug81577_2.phpt | 11 $a = [1, posix_kill(posix_getpid(), SIGTERM), 2];
|
H A D | pcntl_signal_get_handler.phpt | 20 posix_kill(posix_getpid(), SIGUSR1);
|
H A D | bug81577_3.phpt | 13 array_merge([1], [2]) + posix_kill(posix_getpid(), SIGTERM);
|
H A D | pcntl_realtime_signal.phpt | 14 posix_kill(posix_getpid(), SIGRTMIN);
|
H A D | bug81577.phpt | 20 posix_kill(posix_getpid(), SIGTERM) + C::$cond;
|
H A D | 002.phpt | 27 posix_kill(posix_getpid(), SIGTERM); 39 posix_kill($pid, SIGTERM);
|
/PHP-8.1/ext/standard/tests/http/ |
H A D | server.inc | 6 if (!function_exists('posix_kill')) die('skip posix_kill() not available'); 122 posix_kill($pid, SIGTERM);
|
/PHP-8.1/Zend/tests/ |
H A D | arginfo_zpp_mismatch.inc | 28 || $function === 'posix_kill'
|
/PHP-8.1/ext/posix/ |
H A D | posix.stub.php | 5 function posix_kill(int $process_id, int $signal): bool {} function
|
H A D | posix_arginfo.h | 163 ZEND_FUNCTION(posix_kill); 228 ZEND_FE(posix_kill, arginfo_posix_kill)
|
H A D | posix.c | 197 PHP_FUNCTION(posix_kill)
|
Completed in 28 milliseconds