Home
last modified time | relevance | path

Searched refs:CLONE_NEWUSER (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_unshare_01.phpt2 pcntl_unshare() with CLONE_NEWUSER
9 if (!defined("CLONE_NEWUSER")) die("skip flag unavailable");
10 if (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM) {
11 die("skip Insufficient privileges to use CLONE_NEWUSER");
19 pcntl_unshare(CLONE_NEWUSER);
H A Dpcntl_unshare_02.phpt12 (!defined("CLONE_NEWUSER") ||
13 (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {
14 die("skip Insufficient privileges for CLONE_NEWUSER");
25 pcntl_unshare(CLONE_NEWUSER);
H A Dpcntl_unshare_03.phpt11 (!defined("CLONE_NEWUSER") ||
12 (pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {
13 die("skip Insufficient privileges for CLONE_NEWUSER");
25 pcntl_unshare(CLONE_NEWUSER);
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php656 const CLONE_NEWUSER = UNKNOWN; define
H A Dpcntl_arginfo.h475 #if defined(HAVE_UNSHARE) && defined(CLONE_NEWUSER) in register_pcntl_symbols()
476 REGISTER_LONG_CONSTANT("CLONE_NEWUSER", CLONE_NEWUSER, CONST_PERSISTENT); in register_pcntl_symbols()

Completed in 9 milliseconds