Searched refs:posix_getpid (Results 1 – 24 of 24) sorted by relevance
/PHP-8.3/ext/posix/tests/ |
H A D | posix_getpid_basic.phpt | 2 Test posix_getpid() function : basic functionality 9 $pid = posix_getpid();
|
H A D | posix_getpgid_basic.phpt | 9 $pid = posix_getpid();
|
H A D | posix_getsid_basic.phpt | 9 $pid = posix_getpid();
|
H A D | posix_kill_error.phpt | 11 $pid = posix_getpid();
|
H A D | posix_getsid.phpt | 15 $pid = posix_getpid();
|
/PHP-8.3/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_signal_dispatch.phpt | 12 posix_kill(posix_getpid(), SIGTERM);
|
H A D | async_signals.phpt | 13 posix_kill(posix_getpid(), SIGTERM);
|
H A D | signal_closure_handler.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 | bug81577_3.phpt | 13 array_merge([1], [2]) + posix_kill(posix_getpid(), SIGTERM);
|
H A D | pcntl_signal_get_handler.phpt | 20 posix_kill(posix_getpid(), SIGUSR1);
|
H A D | pcntl_realtime_signal.phpt | 14 posix_kill(posix_getpid(), SIGRTMIN);
|
H A D | pcntl_wait.phpt | 24 posix_kill(posix_getpid(), SIGSTOP);
|
H A D | bug81577.phpt | 20 posix_kill(posix_getpid(), SIGTERM) + C::$cond;
|
H A D | pcntl_wait_rusage1.phpt | 36 posix_kill(posix_getpid(), SIGSTOP);
|
H A D | pcntl_waitpid_rusage1.phpt | 36 posix_kill(posix_getpid(), SIGSTOP);
|
H A D | 002.phpt | 27 posix_kill(posix_getpid(), SIGTERM);
|
/PHP-8.3/Zend/tests/fibers/ |
H A D | signal-async.phpt | 19 posix_kill(posix_getpid(), SIGUSR1);
|
H A D | signal-dispatch.phpt | 18 posix_kill(posix_getpid(), SIGUSR1);
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_fork.phpt | 11 if (!function_exists('posix_getpid')) 90 …ql = sprintf("INSERT INTO messages(pid, sender, msg) VALUES (%d, 'child', '%%s')", posix_getpid()); 138 … = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posix_getpid());
|
/PHP-8.3/ext/posix/ |
H A D | posix.stub.php | 295 function posix_getpid(): int {} function
|
H A D | posix_arginfo.h | 190 ZEND_FUNCTION(posix_getpid); 265 ZEND_FE(posix_getpid, arginfo_posix_getpid)
|
H A D | posix.c | 143 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() argument
|
Completed in 35 milliseconds