Home
last modified time | relevance | path

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

/php-src/ext/pcntl/tests/
H A Dpcntl_get_last_error.phpt2 Test pcntl_get_last_error()
7 var_dump(pcntl_get_last_error());
10 var_dump(pcntl_get_last_error() == PCNTL_ECHILD);
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_setpriority_basic.phpt14 if (@pcntl_setpriority(-5) === false && pcntl_get_last_error() == PCNTL_EACCES) {
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) {
H A Dpcntl_setns_newpid.phpt14 if (@pcntl_setns($pid, CLONE_NEWPID) === false && pcntl_get_last_error() == PCNTL_EPERM) {
H A Dpcntl_setns_basic.phpt14 if (@pcntl_setns($pid, CLONE_NEWPID) === false && pcntl_get_last_error() == PCNTL_EPERM) {
H A Dpcntl_waitid.phpt18 var_dump(pcntl_get_last_error() == PCNTL_EINVAL);
/php-src/ext/pcntl/
H A Dpcntl.stub.php1062 function pcntl_get_last_error(): int {} function
H A Dpcntl_arginfo.h201 ZEND_FUNCTION(pcntl_get_last_error);
262 ZEND_FE(pcntl_get_last_error, arginfo_pcntl_get_last_error)
H A Dpcntl.c1260 PHP_FUNCTION(pcntl_get_last_error) in PHP_FUNCTION() argument

Completed in 19 milliseconds