Searched refs:PCNTL_EPERM (Results 1 – 5 of 5) sorted by relevance
13 (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {16 if (@pcntl_unshare(CLONE_NEWPID) == false && pcntl_get_last_error() == PCNTL_EPERM) {
12 (pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {15 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
10 if (@pcntl_unshare(42) == false && pcntl_get_last_error() == PCNTL_EPERM) {
10 if (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM) {
779 const PCNTL_EPERM = UNKNOWN; define
Completed in 10 milliseconds