Searched refs:int_status_word (Results 1 – 1 of 1) sorted by relevance
771 int int_status_word; in PHP_FUNCTION() local778 if (WIFEXITED(int_status_word)) in PHP_FUNCTION()792 int int_status_word; in PHP_FUNCTION() local799 if (WIFSTOPPED(int_status_word)) in PHP_FUNCTION()812 int int_status_word; in PHP_FUNCTION() local819 if (WIFSIGNALED(int_status_word)) in PHP_FUNCTION()831 int int_status_word; in PHP_FUNCTION() local838 if (WIFCONTINUED(int_status_word)) in PHP_FUNCTION()852 int int_status_word; in PHP_FUNCTION() local872 int int_status_word; in PHP_FUNCTION() local[all …]
Completed in 11 milliseconds