Home
last modified time | relevance | path

Searched refs:pcntl_get_last_error (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_get_last_error.phpt2 Test pcntl_get_last_error()
9 var_dump(pcntl_get_last_error());
12 var_dump(pcntl_get_last_error() == PCNTL_ECHILD);
H A Dpcntl_unshare_02.phpt12 (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {
15 if (@pcntl_unshare(CLONE_NEWPID) == false && pcntl_get_last_error() == PCNTL_EPERM) {
H A Dpcntl_setpriority_basic.phpt14 if (@pcntl_setpriority(-5) === false && pcntl_get_last_error() == PCNTL_EACCES) {
H A Dpcntl_unshare_01.phpt9 if (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM) {
H A Dpcntl_unshare_03.phpt11 (pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {
/PHP-7.4/ext/pcntl/
H A Dphp_pcntl.h54 PHP_FUNCTION(pcntl_get_last_error);
H A Dpcntl.c195 PHP_FE(pcntl_get_last_error, arginfo_pcntl_void)
196 PHP_FALIAS(pcntl_errno, pcntl_get_last_error, NULL)
1430 PHP_FUNCTION(pcntl_get_last_error) in PHP_FUNCTION() argument

Completed in 13 milliseconds