Home
last modified time | relevance | path

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

/PHP-8.2/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";
13 $pid = pcntl_rfork(RFFDG);
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-8.2/ext/pcntl/
H A Dpcntl.stub.php694 const RFFDG = UNKNOWN; define
H A Dpcntl_arginfo.h490 #if defined(HAVE_RFORK) && defined(RFFDG) in register_pcntl_symbols()
491 REGISTER_LONG_CONSTANT("RFFDG", RFFDG, CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c1251 if ((flags & (RFFDG | RFCFDG)) == (RFFDG | RFCFDG)) { in PHP_FUNCTION()

Completed in 14 milliseconds