Home
last modified time | relevance | path

Searched refs:CLONE_NEWPID (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_unshare_02.phpt2 pcntl_unshare() with CLONE_NEWPID
9 if (!defined("CLONE_NEWPID")) die("skip flag unavailable");
16 if (@pcntl_unshare(CLONE_NEWPID) == false && pcntl_get_last_error() == PCNTL_EPERM) {
17 die("skip Insufficient privileges for CLONE_NEWPID");
29 pcntl_unshare(CLONE_NEWPID);
H A Dpcntl_unshare_03.phpt16 die("skip Insufficient privileges for CLONE_NEWPID");
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php649 const CLONE_NEWPID = UNKNOWN; define
H A Dpcntl_arginfo.h472 #if defined(HAVE_UNSHARE) && defined(CLONE_NEWPID) in register_pcntl_symbols()
473 REGISTER_LONG_CONSTANT("CLONE_NEWPID", CLONE_NEWPID, CONST_PERSISTENT); in register_pcntl_symbols()

Completed in 8 milliseconds