Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcntl/
H A Dpcntl.c703 int int_status_word = (int) status_word; in PHP_FUNCTION() local
704 if (WIFEXITED(int_status_word)) { in PHP_FUNCTION()
723 int int_status_word = (int) status_word; in PHP_FUNCTION() local
724 if (WIFSTOPPED(int_status_word)) { in PHP_FUNCTION()
743 int int_status_word = (int) status_word; in PHP_FUNCTION() local
744 if (WIFSIGNALED(int_status_word)) { in PHP_FUNCTION()
762 int int_status_word = (int) status_word; in PHP_FUNCTION() local
763 if (WIFCONTINUED(int_status_word)) { in PHP_FUNCTION()
782 int int_status_word = (int) status_word; in PHP_FUNCTION() local
801 RETURN_LONG(WTERMSIG(int_status_word)); in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds