Searched refs:restart_syscalls (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pcntl/ |
H A D | pcntl.c | 739 bool restart_syscalls = 1; in PHP_FUNCTION() local 746 Z_PARAM_BOOL_OR_NULL(restart_syscalls, restart_syscalls_is_null) in PHP_FUNCTION() 775 restart_syscalls = 0; in PHP_FUNCTION() 784 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == (void *)SIG_ERR) { in PHP_FUNCTION() 804 if (php_signal4(signo, pcntl_signal_handler, (int) restart_syscalls, 1) == (void *)SIG_ERR) { in PHP_FUNCTION()
|
H A D | pcntl.stub.php | 1020 function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): bool {} argument
|
H A D | pcntl_arginfo.h | 32 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, restart_syscalls, _IS_BOOL, 0, "true")
|
Completed in 14 milliseconds