status_word       636 ext/pcntl/pcntl.c 	long status_word;
status_word       638 ext/pcntl/pcntl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &status_word) == FAILURE) {
status_word       642 ext/pcntl/pcntl.c 	if (WIFEXITED(status_word))
status_word       654 ext/pcntl/pcntl.c 	long status_word;
status_word       656 ext/pcntl/pcntl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &status_word) == FAILURE) {
status_word       660 ext/pcntl/pcntl.c 	if (WIFSTOPPED(status_word))
status_word       672 ext/pcntl/pcntl.c 	long status_word;
status_word       674 ext/pcntl/pcntl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &status_word) == FAILURE) {
status_word       678 ext/pcntl/pcntl.c 	if (WIFSIGNALED(status_word))
status_word       690 ext/pcntl/pcntl.c 	long status_word;
status_word       692 ext/pcntl/pcntl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &status_word) == FAILURE) {
status_word       696 ext/pcntl/pcntl.c 	RETURN_LONG(WEXITSTATUS(status_word));
status_word       708 ext/pcntl/pcntl.c 	long status_word;
status_word       710 ext/pcntl/pcntl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &status_word) == FAILURE) {
status_word       714 ext/pcntl/pcntl.c 	RETURN_LONG(WTERMSIG(status_word));
status_word       726 ext/pcntl/pcntl.c 	long status_word;
status_word       728 ext/pcntl/pcntl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &status_word) == FAILURE) {
status_word       732 ext/pcntl/pcntl.c 	RETURN_LONG(WSTOPSIG(status_word));