Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcntl/
H A Dpcntl.c773 int int_status_word; in PHP_FUNCTION() local
780 if (WIFEXITED(int_status_word)) in PHP_FUNCTION()
794 int int_status_word; in PHP_FUNCTION() local
801 if (WIFSTOPPED(int_status_word)) in PHP_FUNCTION()
814 int int_status_word; in PHP_FUNCTION() local
821 if (WIFSIGNALED(int_status_word)) in PHP_FUNCTION()
833 int int_status_word; in PHP_FUNCTION() local
840 if (WIFCONTINUED(int_status_word)) in PHP_FUNCTION()
854 int int_status_word; in PHP_FUNCTION() local
874 int int_status_word; in PHP_FUNCTION() local
[all …]

Completed in 6 milliseconds