Home
last modified time | relevance | path

Searched refs:posix_getpid (Results 1 – 24 of 24) sorted by relevance

/PHP-8.2/ext/posix/tests/
H A Dposix_getpid_basic.phpt2 Test posix_getpid() function : basic functionality
9 $pid = posix_getpid();
H A Dposix_getpgid_basic.phpt9 $pid = posix_getpid();
H A Dposix_getsid_basic.phpt9 $pid = posix_getpid();
H A Dposix_getsid.phpt15 $pid = posix_getpid();
H A Dposix_kill_error.phpt11 $pid = posix_getpid();
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_signal.phpt11 posix_kill(posix_getpid(), SIGTERM);
17 posix_kill(posix_getpid(), SIGUSR1);
41 posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_signal_dispatch.phpt12 posix_kill(posix_getpid(), SIGTERM);
H A Dasync_signals.phpt13 posix_kill(posix_getpid(), SIGTERM);
H A Dsignal_closure_handler.phpt13 posix_kill(posix_getpid(), SIGTERM);
H A Dbug81577_2.phpt11 $a = [1, posix_kill(posix_getpid(), SIGTERM), 2];
H A Dpcntl_signal_get_handler.phpt20 posix_kill(posix_getpid(), SIGUSR1);
H A Dbug81577_3.phpt13 array_merge([1], [2]) + posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_realtime_signal.phpt14 posix_kill(posix_getpid(), SIGRTMIN);
H A Dpcntl_wait.phpt24 posix_kill(posix_getpid(), SIGSTOP);
H A Dbug81577.phpt20 posix_kill(posix_getpid(), SIGTERM) + C::$cond;
H A Dpcntl_wait_rusage1.phpt36 posix_kill(posix_getpid(), SIGSTOP);
H A Dpcntl_waitpid_rusage1.phpt36 posix_kill(posix_getpid(), SIGSTOP);
H A D002.phpt27 posix_kill(posix_getpid(), SIGTERM);
/PHP-8.2/Zend/tests/fibers/
H A Dsignal-async.phpt19 posix_kill(posix_getpid(), SIGUSR1);
H A Dsignal-dispatch.phpt18 posix_kill(posix_getpid(), SIGUSR1);
/PHP-8.2/ext/posix/
H A Dposix.stub.php197 function posix_getpid(): int {} function
H A Dposix_arginfo.h164 ZEND_FUNCTION(posix_getpid);
229 ZEND_FE(posix_getpid, arginfo_posix_getpid)
H A Dposix.c143 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() argument
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fork.phpt11 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());

Completed in 34 milliseconds