Searched refs:restart_syscalls (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/pcntl/ |
H A D | pcntl.c | 601 bool restart_syscalls = 1; in PHP_FUNCTION() local 609 Z_PARAM_BOOL_OR_NULL(restart_syscalls, restart_syscalls_is_null) in PHP_FUNCTION() 639 restart_syscalls = 0; in PHP_FUNCTION() 648 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == (void *)SIG_ERR) { in PHP_FUNCTION() 672 if (php_signal4(signo, pcntl_signal_handler, (int) restart_syscalls, 1) == (void *)SIG_ERR) { in PHP_FUNCTION()
|
H A D | pcntl.stub.php | 923 function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): bool {} argument
|
H A D | pcntl_arginfo.h | 23 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, restart_syscalls, _IS_BOOL, 0, "true")
|
Completed in 10 milliseconds