Home
last modified time | relevance | path

Searched refs:pcntl_setns (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/ext/pcntl/tests/
H A Dpcntl_setns_basic.phpt2 pcntl_setns()
8 if (!function_exists("pcntl_setns")) die("skip pcntl_setns is not available");
17 pcntl_setns($pid, 0);
24 pcntl_setns(): Argument #2 ($nstype) is an invalid nstype (%d)
H A Dpcntl_setns_newpid.phpt2 pcntl_setns()
8 if (!function_exists("pcntl_setns")) die("skip pcntl_setns is not available");
17 var_dump(pcntl_setns($pid, CLONE_NEWPID));
/PHP-8.4/ext/pcntl/
H A Dpcntl.stub.php1092 function pcntl_setns(?int $process_id = null, int $nstype = CLONE_NEWNET): bool {} function
H A Dpcntl_arginfo.h220 ZEND_FUNCTION(pcntl_setns);
282 ZEND_FE(pcntl_setns, arginfo_pcntl_setns)
H A Dpcntl.c1570 PHP_FUNCTION(pcntl_setns) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS523 . Added pcntl_setns for Linux. (David Carlier)
H A DUPGRADING812 . Added pcntl_setns allowing a process to be reassociated with a namespace in order

Completed in 18 milliseconds