Home
last modified time | relevance | path

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

/php-src/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
9 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
15 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
29 pcntl_unshare(CLONE_NEWNET);
/php-src/ext/pcntl/
H A Dpcntl.stub.php741 const CLONE_NEWNET = UNKNOWN; define
1092 function pcntl_setns(?int $process_id = null, int $nstype = CLONE_NEWNET): bool {}
H A Dpcntl_arginfo.h578 #if defined(HAVE_UNSHARE) && defined(CLONE_NEWNET) in register_pcntl_symbols()
579 REGISTER_LONG_CONSTANT("CLONE_NEWNET", CLONE_NEWNET, CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c1571 zend_long pid, nstype = CLONE_NEWNET; in PHP_FUNCTION()

Completed in 14 milliseconds