Searched refs:pcntl_get_last_error (Results 1 – 9 of 9) sorted by relevance
2 Test pcntl_get_last_error()7 var_dump(pcntl_get_last_error());10 var_dump(pcntl_get_last_error() == PCNTL_ECHILD);
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) {
14 if (@pcntl_setpriority(-5) === false && pcntl_get_last_error() == PCNTL_EACCES) {
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) {
162 ZEND_FUNCTION(pcntl_get_last_error);209 ZEND_FE(pcntl_get_last_error, arginfo_pcntl_get_last_error)210 ZEND_FALIAS(pcntl_errno, pcntl_get_last_error, arginfo_pcntl_errno)
958 function pcntl_get_last_error(): int {} function
1023 PHP_FUNCTION(pcntl_get_last_error) in PHP_FUNCTION() argument
Completed in 18 milliseconds