Home
last modified time | relevance | path

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

/PHP-5.6/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);
/PHP-5.6/ext/pcntl/
H A Dphp_pcntl.h45 PHP_FUNCTION(pcntl_get_last_error);
H A Dpcntl.c159 PHP_FE(pcntl_get_last_error, arginfo_pcntl_void)
160 PHP_FALIAS(pcntl_errno, pcntl_get_last_error, NULL)
1184 PHP_FUNCTION(pcntl_get_last_error) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS6159 . Implemented FR #52173, added functions pcntl_get_last_error() and

Completed in 32 milliseconds