Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcntl/
H A Dpcntl.c363 int int_status_word = (int) status_word; in PHP_FUNCTION() local
364 if (WIFEXITED(int_status_word)) { in PHP_FUNCTION()
383 int int_status_word = (int) status_word; in PHP_FUNCTION() local
384 if (WIFSTOPPED(int_status_word)) { in PHP_FUNCTION()
403 int int_status_word = (int) status_word; in PHP_FUNCTION() local
404 if (WIFSIGNALED(int_status_word)) { in PHP_FUNCTION()
423 int int_status_word = (int) status_word; in PHP_FUNCTION() local
424 if (WIFCONTINUED(int_status_word)) { in PHP_FUNCTION()
443 int int_status_word = (int) status_word; in PHP_FUNCTION() local
462 RETURN_LONG(WTERMSIG(int_status_word)); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds