Searched refs:pcntl_get_last_error (Results 1 – 3 of 3) sorted by relevance
2 Test pcntl_get_last_error()9 var_dump(pcntl_get_last_error());12 var_dump(pcntl_get_last_error() == PCNTL_ECHILD);
55 PHP_FUNCTION(pcntl_get_last_error);
167 PHP_FE(pcntl_get_last_error, arginfo_pcntl_void)168 PHP_FALIAS(pcntl_errno, pcntl_get_last_error, NULL)1276 PHP_FUNCTION(pcntl_get_last_error) in PHP_FUNCTION() argument
Completed in 8 milliseconds