Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcntl/
H A Dpcntl.c636 long status_word; in PHP_FUNCTION() local
642 if (WIFEXITED(status_word)) in PHP_FUNCTION()
654 long status_word; in PHP_FUNCTION() local
660 if (WIFSTOPPED(status_word)) in PHP_FUNCTION()
672 long status_word; in PHP_FUNCTION() local
678 if (WIFSIGNALED(status_word)) in PHP_FUNCTION()
690 long status_word; in PHP_FUNCTION() local
708 long status_word; in PHP_FUNCTION() local
714 RETURN_LONG(WTERMSIG(status_word)); in PHP_FUNCTION()
726 long status_word; in PHP_FUNCTION() local
[all …]

Completed in 15 milliseconds