Searched refs:pcntl_unshare (Results 1 – 8 of 8) sorted by relevance
2 pcntl_unshare() with CLONE_NEWPID7 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);
2 pcntl_unshare() with CLONE_NEWNET7 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");11 (pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {14 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {23 pcntl_unshare(CLONE_NEWUSER);27 pcntl_unshare(CLONE_NEWNET);
2 pcntl_unshare() with wrong flag7 if (!function_exists("pcntl_unshare")) die("skip pcntl_unshare is not available");9 if (@pcntl_unshare(42) == false && pcntl_get_last_error() == PCNTL_EPERM) {18 pcntl_unshare(42);25 pcntl_unshare(): Argument #1 ($flags) must be a combination of CLONE_* flags
2 pcntl_unshare() with CLONE_NEWUSER7 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);
72 PHP_FUNCTION(pcntl_unshare);
80 function pcntl_unshare(int $flags): bool {} function
159 ZEND_FUNCTION(pcntl_unshare);201 ZEND_FE(pcntl_unshare, arginfo_pcntl_unshare)
1410 PHP_FUNCTION(pcntl_unshare) in PHP_FUNCTION() argument
Completed in 16 milliseconds