Searched refs:status_word (Results 1 – 1 of 1) sorted by relevance
636 long status_word; in PHP_FUNCTION() local642 if (WIFEXITED(status_word)) in PHP_FUNCTION()654 long status_word; in PHP_FUNCTION() local660 if (WIFSTOPPED(status_word)) in PHP_FUNCTION()672 long status_word; in PHP_FUNCTION() local678 if (WIFSIGNALED(status_word)) in PHP_FUNCTION()690 long status_word; in PHP_FUNCTION() local708 long status_word; in PHP_FUNCTION() local714 RETURN_LONG(WTERMSIG(status_word)); in PHP_FUNCTION()726 long status_word; in PHP_FUNCTION() local[all …]
Completed in 6 milliseconds