Searched refs:restart_syscalls (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/pcntl/ |
H A D | pcntl.stub.php | 20 function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): bool {} argument
|
H A D | pcntl.c | 937 bool restart_syscalls = 1; in PHP_FUNCTION() local 941 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "lz|b!", &signo, &handle, &restart_syscalls, &restart_s… in PHP_FUNCTION() 972 restart_syscalls = 0; in PHP_FUNCTION() 981 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == (void *)SIG_ERR) { in PHP_FUNCTION() 1005 if (php_signal4(signo, pcntl_signal_handler, (int) restart_syscalls, 1) == (void *)SIG_ERR) { in PHP_FUNCTION()
|
H A D | pcntl_arginfo.h | 23 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, restart_syscalls, _IS_BOOL, 0, "true")
|
Completed in 11 milliseconds