Searched refs:int_status_word (Results 1 – 1 of 1) sorted by relevance
773 int int_status_word; in PHP_FUNCTION() local780 if (WIFEXITED(int_status_word)) in PHP_FUNCTION()794 int int_status_word; in PHP_FUNCTION() local801 if (WIFSTOPPED(int_status_word)) in PHP_FUNCTION()814 int int_status_word; in PHP_FUNCTION() local821 if (WIFSIGNALED(int_status_word)) in PHP_FUNCTION()833 int int_status_word; in PHP_FUNCTION() local840 if (WIFCONTINUED(int_status_word)) in PHP_FUNCTION()854 int int_status_word; in PHP_FUNCTION() local874 int int_status_word; in PHP_FUNCTION() local[all …]
Completed in 6 milliseconds