Searched refs:int_status_word (Results 1 – 1 of 1) sorted by relevance
812 int int_status_word; in PHP_FUNCTION() local819 if (WIFEXITED(int_status_word)) in PHP_FUNCTION()833 int int_status_word; in PHP_FUNCTION() local840 if (WIFSTOPPED(int_status_word)) in PHP_FUNCTION()853 int int_status_word; in PHP_FUNCTION() local860 if (WIFSIGNALED(int_status_word)) in PHP_FUNCTION()872 int int_status_word; in PHP_FUNCTION() local879 if (WIFCONTINUED(int_status_word)) in PHP_FUNCTION()893 int int_status_word; in PHP_FUNCTION() local913 int int_status_word; in PHP_FUNCTION() local[all …]
Completed in 7 milliseconds