Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/pcntl/
H A Dpcntl.stub.php649 const CLONE_NEWNET = UNKNOWN; define
H A Dpcntl_arginfo.h472 #if defined(HAVE_UNSHARE) && defined(CLONE_NEWNET) in register_pcntl_symbols()
473 REGISTER_LONG_CONSTANT("CLONE_NEWNET", CLONE_NEWNET, CONST_PERSISTENT); in register_pcntl_symbols()

Completed in 8 milliseconds