Home
last modified time | relevance | path

Searched refs:PCNTL_EPERM (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/pcntl/tests/
H A Dpcntl_unshare_02.phpt13 (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {
16 if (@pcntl_unshare(CLONE_NEWPID) == false && pcntl_get_last_error() == PCNTL_EPERM) {
H A Dpcntl_unshare_03.phpt12 (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {
15 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
H A Dpcntl_unshare_01.phpt10 if (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM) {
H A Dpcntl_unshare_04.phpt10 if (@pcntl_unshare(42) == false && pcntl_get_last_error() == PCNTL_EPERM) {
/php-src/ext/pcntl/
H A Dpcntl.stub.php800 const PCNTL_EPERM = UNKNOWN; define

Completed in 9 milliseconds