Home
last modified time | relevance | path

Searched refs:RFCFDG (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/pcntl/tests/
H A Dpcntl_rfork_flags.phpt2 Test function pcntl_rfork() with RFCFDG and RFFDG flags.
12 echo "\n*** Test with RFFDG and RFCFDG flags ***\n";
22 $pid = pcntl_rfork(RFCFDG);
29 *** Test with RFFDG and RFCFDG flags ***
H A Dpcntl_rfork_badflags.phpt24 echo "\n*** Test with RFFDG|RFCFDG ***\n";
26 $pid = pcntl_rfork(RFFDG|RFCFDG);
42 *** Test with RFFDG|RFCFDG ***
43 ValueError: pcntl_rfork(): Argument #1 ($flags) must not include both RFFDG and RFCFDG, because the…
/php-src/ext/pcntl/
H A Dpcntl.stub.php708 const RFCFDG = UNKNOWN; define
H A Dpcntl_arginfo.h572 #if defined(HAVE_RFORK) && defined(RFCFDG) in register_pcntl_symbols()
573 REGISTER_LONG_CONSTANT("RFCFDG", RFCFDG, CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c1406 if ((flags & (RFFDG | RFCFDG)) == (RFFDG | RFCFDG)) { in PHP_FUNCTION()

Completed in 16 milliseconds