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.php729 const RFTSIGZMB = UNKNOWN; define
H A Dpcntl_arginfo.h581 #if defined(HAVE_RFORK) && defined(RFTSIGZMB) in register_pcntl_symbols()
582 REGISTER_LONG_CONSTANT("RFTSIGZMB", RFTSIGZMB, CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c1416 #ifdef RFTSIGZMB in PHP_FUNCTION()
1417 if ((flags & RFTSIGZMB) != 0) { in PHP_FUNCTION()

Completed in 15 milliseconds