Searched refs:int_status_word (Results 1 – 1 of 1) sorted by relevance
363 int int_status_word = (int) status_word; in PHP_FUNCTION() local364 if (WIFEXITED(int_status_word)) { in PHP_FUNCTION()383 int int_status_word = (int) status_word; in PHP_FUNCTION() local384 if (WIFSTOPPED(int_status_word)) { in PHP_FUNCTION()403 int int_status_word = (int) status_word; in PHP_FUNCTION() local404 if (WIFSIGNALED(int_status_word)) { in PHP_FUNCTION()423 int int_status_word = (int) status_word; in PHP_FUNCTION() local424 if (WIFCONTINUED(int_status_word)) { in PHP_FUNCTION()443 int int_status_word = (int) status_word; in PHP_FUNCTION() local462 RETURN_LONG(WTERMSIG(int_status_word)); in PHP_FUNCTION()[all …]
Completed in 7 milliseconds