Home
last modified time | relevance | path

Searched refs:pcntl_unshare (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_unshare_02.phpt2 pcntl_unshare() with CLONE_NEWPID
7 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
12 (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {
15 if (@pcntl_unshare(CLONE_NEWPID) == false && pcntl_get_last_error() == PCNTL_EPERM) {
23 pcntl_unshare(CLONE_NEWUSER);
27 pcntl_unshare(CLONE_NEWPID);
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
7 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
11 (pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {
20 pcntl_unshare(CLONE_NEWUSER);
24 pcntl_unshare(CLONE_NEWNET);
H A Dpcntl_unshare_01.phpt2 pcntl_unshare() with CLONE_NEWUSER
7 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");
9 if (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM) {
17 pcntl_unshare(CLONE_NEWUSER);
/PHP-7.4/ext/pcntl/
H A Dphp_pcntl.h74 PHP_FUNCTION(pcntl_unshare);
H A Dpcntl.c218 PHP_FE(pcntl_unshare, arginfo_pcntl_unshare)
1572 PHP_FUNCTION(pcntl_unshare) in PHP_FUNCTION() argument
/PHP-7.4/
H A DUPGRADING523 . Added bool pcntl_unshare(int flags) function which allows dissociating

Completed in 19 milliseconds