Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_rfork_nowait.phpt14 $pid = pcntl_rfork(RFNOWAIT|RFTSIGZMB,SIGUSR1);
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php708 const RFTSIGZMB = UNKNOWN; define
H A Dpcntl_arginfo.h496 #if defined(HAVE_RFORK) && defined(RFTSIGZMB) in register_pcntl_symbols()
497 REGISTER_LONG_CONSTANT("RFTSIGZMB", RFTSIGZMB, CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c1261 #ifdef RFTSIGZMB in PHP_FUNCTION()
1262 if ((flags & RFTSIGZMB) != 0) { in PHP_FUNCTION()

Completed in 15 milliseconds