Home
last modified time | relevance | path

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

/PHP-7.3/ext/posix/tests/
H A Dposix_kill_error.phpt2 Test posix_kill() function : error conditions
9 /* Prototype : proto bool posix_kill(int pid, int sig)
16 echo "*** Testing posix_kill() : error conditions ***\n";
23 var_dump( posix_kill($pid, $sig, $extra_arg) );
27 var_dump( posix_kill($pid) );
32 var_dump( posix_kill($pid, 999) );
34 echo "\n-- Testing posix_kill() function with negative pid --\n";
37 var_dump( posix_kill($pid, 999) );
42 *** Testing posix_kill() : error conditions ***
54 -- Testing posix_kill() function with invalid signal --
[all …]
H A Dposix_kill_variation1.phpt2 Test posix_kill() function : usage variations - first parameter type
10 /* Prototype : proto bool posix_kill(int pid, int sig)
16 echo "*** Testing posix_kill() : usage variations ***\n";
74 var_dump( posix_kill($value, $sig) );
80 *** Testing posix_kill() : usage variations ***
94 Warning: posix_kill() expects parameter 1 to be int, float given in %s on line %d
107 Warning: posix_kill() expects parameter 1 to be int, array given in %s on line %d
114 Warning: posix_kill() expects parameter 1 to be int, array given in %s on line %d
121 Warning: posix_kill() expects parameter 1 to be int, array given in %s on line %d
128 Warning: posix_kill() expects parameter 1 to be int, array given in %s on line %d
[all …]
H A Dposix_kill_variation2.phpt2 Test posix_kill() function : usage variations - second parameter type
10 /* Prototype : proto bool posix_kill(int pid, int sig)
16 echo "*** Testing posix_kill() : usage variations ***\n";
74 var_dump( posix_kill($pid, $value) );
80 *** Testing posix_kill() : usage variations ***
94 Warning: posix_kill() expects parameter 2 to be int, float given in %s on line %d
107 Warning: posix_kill() expects parameter 2 to be int, array given in %s on line %d
114 Warning: posix_kill() expects parameter 2 to be int, array given in %s on line %d
121 Warning: posix_kill() expects parameter 2 to be int, array given in %s on line %d
128 Warning: posix_kill() expects parameter 2 to be int, array given in %s on line %d
[all …]
H A Dposix_kill_basic.phpt2 Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality
23 var_dump(posix_kill($pid,$SIGKILL));
H A Dposix_errno_variation2.phpt16 posix_kill((2 ** 22) + 1, SIGKILL);
/PHP-7.3/ext/pcntl/tests/
H A D001.phpt6 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
34 posix_kill($pid, SIGTERM);
56 posix_kill($pid, SIGSTOP);
63 posix_kill($pid, SIGCONT);
H A Dasync_signals.phpt7 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
17 posix_kill(posix_getpid(), SIGTERM);
H A Dsignal_closure_handler.phpt7 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
17 posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_signal_dispatch.phpt8 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
17 posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_signal.phpt11 posix_kill(posix_getpid(), SIGTERM);
17 posix_kill(posix_getpid(), SIGUSR1);
28 posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_wait_rusage1.phpt17 posix_kill($pid, SIGCONT);
36 posix_kill(posix_getpid(), SIGSTOP);
H A Dpcntl_waitpid_rusage1.phpt17 posix_kill($pid, SIGCONT);
36 posix_kill(posix_getpid(), SIGSTOP);
H A Dpcntl_wait.phpt15 posix_kill($pid, SIGCONT);
33 posix_kill(posix_getpid(), SIGSTOP);
H A Dpcntl_signal_get_handler.phpt20 posix_kill(posix_getpid(), SIGUSR1);
H A Dpcntl_realtime_signal.phpt13 posix_kill(posix_getpid(), SIGRTMIN);
H A D002.phpt23 posix_kill(posix_getpid(), SIGTERM);
35 posix_kill($pid, SIGTERM);
/PHP-7.3/ext/pcntl/
H A Dtest-pcntl.php33 posix_kill($pid,SIGALRM);
36 posix_kill($pid,SIGUSR1);
/PHP-7.3/ext/standard/tests/http/
H A Dserver.inc6 if (!function_exists('posix_kill')) die('skip posix_kill() not available');
114 posix_kill($pid, SIGTERM);
/PHP-7.3/ext/posix/
H A Dphp_posix.h38 PHP_FUNCTION(posix_kill);
H A Dposix.c230 PHP_FE(posix_kill, arginfo_posix_kill)
458 PHP_FUNCTION(posix_kill) in PHP_FUNCTION() argument

Completed in 25 milliseconds