restart_syscalls 72 ext/pcntl/pcntl.c ZEND_ARG_INFO(0, restart_syscalls) restart_syscalls 953 ext/pcntl/pcntl.c zend_bool restart_syscalls = 1; restart_syscalls 955 ext/pcntl/pcntl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "lz|b", &signo, &handle, &restart_syscalls) == FAILURE) { restart_syscalls 983 ext/pcntl/pcntl.c if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == SIG_ERR) { restart_syscalls 1005 ext/pcntl/pcntl.c if (php_signal4(signo, pcntl_signal_handler, (int) restart_syscalls, 1) == SIG_ERR) {