Searched refs:status_word (Results 1 – 1 of 1) sorted by relevance
731 zend_long status_word; in PHP_FUNCTION() local737 if (WIFEXITED(status_word)) in PHP_FUNCTION()749 zend_long status_word; in PHP_FUNCTION() local755 if (WIFSTOPPED(status_word)) in PHP_FUNCTION()767 zend_long status_word; in PHP_FUNCTION() local773 if (WIFSIGNALED(status_word)) in PHP_FUNCTION()784 zend_long status_word; in PHP_FUNCTION() local790 if (WIFCONTINUED(status_word)) in PHP_FUNCTION()803 zend_long status_word; in PHP_FUNCTION() local821 zend_long status_word; in PHP_FUNCTION() local[all …]
Completed in 7 milliseconds