Home
last modified time | relevance | path

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

/php-src/ext/pcntl/tests/
H A Dpcntl_rfork_nowait.phpt14 $pid = pcntl_rfork(RFNOWAIT|RFTSIGZMB,SIGUSR1);
/php-src/ext/pcntl/
H A Dpcntl.stub.php807 const RFTSIGZMB = UNKNOWN; define
H A Dpcntl_arginfo.h605 #if defined(HAVE_RFORK) && defined(RFTSIGZMB) in register_pcntl_symbols()
606 REGISTER_LONG_CONSTANT("RFTSIGZMB", RFTSIGZMB, CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c1497 #ifdef RFTSIGZMB in PHP_FUNCTION()
1498 if ((flags & RFTSIGZMB) != 0) { in PHP_FUNCTION()

Completed in 23 milliseconds