Home
last modified time | relevance | path

Searched refs:SIG_ERR (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/pcntl/
H A Dpcntl.stub.php45 const SIG_ERR = UNKNOWN; define
H A Dpcntl.c648 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 Dpcntl_arginfo.h244 REGISTER_LONG_CONSTANT("SIG_ERR", LONG_CONST(SIG_ERR), CONST_PERSISTENT); in register_pcntl_symbols()
/PHP-8.3/ext/standard/
H A Dmail.c521 if (sig_handler == SIG_ERR) { in php_mail()

Completed in 11 milliseconds