Home
last modified time | relevance | path

Searched refs:status_word (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/pcntl/
H A Dpcntl.c731 zend_long status_word; in PHP_FUNCTION() local
737 if (WIFEXITED(status_word)) in PHP_FUNCTION()
749 zend_long status_word; in PHP_FUNCTION() local
755 if (WIFSTOPPED(status_word)) in PHP_FUNCTION()
767 zend_long status_word; in PHP_FUNCTION() local
773 if (WIFSIGNALED(status_word)) in PHP_FUNCTION()
784 zend_long status_word; in PHP_FUNCTION() local
790 if (WIFCONTINUED(status_word)) in PHP_FUNCTION()
803 zend_long status_word; in PHP_FUNCTION() local
821 zend_long status_word; in PHP_FUNCTION() local
[all …]

Completed in 5 milliseconds