status_word 730 ext/pcntl/pcntl.c zend_long status_word; status_word 732 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { status_word 736 ext/pcntl/pcntl.c if (WIFEXITED(status_word)) status_word 748 ext/pcntl/pcntl.c zend_long status_word; status_word 750 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { status_word 754 ext/pcntl/pcntl.c if (WIFSTOPPED(status_word)) status_word 766 ext/pcntl/pcntl.c zend_long status_word; status_word 768 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { status_word 772 ext/pcntl/pcntl.c if (WIFSIGNALED(status_word)) status_word 783 ext/pcntl/pcntl.c zend_long status_word; status_word 785 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { status_word 789 ext/pcntl/pcntl.c if (WIFCONTINUED(status_word)) status_word 802 ext/pcntl/pcntl.c zend_long status_word; status_word 804 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { status_word 808 ext/pcntl/pcntl.c RETURN_LONG(WEXITSTATUS(status_word)); status_word 820 ext/pcntl/pcntl.c zend_long status_word; status_word 822 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { status_word 826 ext/pcntl/pcntl.c RETURN_LONG(WTERMSIG(status_word)); status_word 838 ext/pcntl/pcntl.c zend_long status_word; status_word 840 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &status_word) == FAILURE) { status_word 844 ext/pcntl/pcntl.c RETURN_LONG(WSTOPSIG(status_word));