Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcntl/
H A Dpcntl.c771 int int_status_word; in PHP_FUNCTION() local
778 if (WIFEXITED(int_status_word)) in PHP_FUNCTION()
792 int int_status_word; in PHP_FUNCTION() local
799 if (WIFSTOPPED(int_status_word)) in PHP_FUNCTION()
812 int int_status_word; in PHP_FUNCTION() local
819 if (WIFSIGNALED(int_status_word)) in PHP_FUNCTION()
831 int int_status_word; in PHP_FUNCTION() local
838 if (WIFCONTINUED(int_status_word)) in PHP_FUNCTION()
852 int int_status_word; in PHP_FUNCTION() local
872 int int_status_word; in PHP_FUNCTION() local
[all …]

Completed in 11 milliseconds