Home
last modified time | relevance | path

Searched refs:pcntl_rfork (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_rfork_badflags.phpt2 Test function pcntl_rfork() with wrong flags
8 if (!function_exists('pcntl_rfork')) die('skip pcntl_rfork unavailable');
14 $pid = pcntl_rfork(32);
20 $pid = pcntl_rfork(16384);
26 $pid = pcntl_rfork(RFFDG|RFCFDG);
33 ValueError: pcntl_rfork(): Argument #1 ($flags) must not include RFMEM value, not allowed within th…
35 #0 %s: pcntl_rfork(32)
38 ValueError: pcntl_rfork(): Argument #1 ($flags) must not include RFSIGSHARE value, not allowed with…
40 #0 %s: pcntl_rfork(16384)
43 ValueError: pcntl_rfork(): Argument #1 ($flags) must not include both RFFDG and RFCFDG, because the…
[all …]
H A Dpcntl_rfork_flags.phpt2 Test function pcntl_rfork() with RFCFDG and RFFDG flags.
8 if (!function_exists('pcntl_rfork')) die('skip pcntl_rfork unavailable');
13 $pid = pcntl_rfork(RFFDG);
22 $pid = pcntl_rfork(RFCFDG);
H A Dpcntl_rfork.phpt2 Test function pcntl_rfork() with no flag.
8 if (!function_exists('pcntl_rfork')) die('skip pcntl_rfork unavailable');
14 $pid = pcntl_rfork(0);
H A Dpcntl_rfork_nowait.phpt2 Test function pcntl_rfork() with no wait flag.
8 if (!function_exists('pcntl_rfork')) die('skip pcntl_rfork unavailable');
14 $pid = pcntl_rfork(RFNOWAIT|RFTSIGZMB,SIGUSR1);
/PHP-8.2/Zend/tests/
H A Darginfo_zpp_mismatch.inc27 || $function === 'pcntl_rfork'
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php980 function pcntl_rfork(int $flags, int $signal = 0): int{} function
H A Dpcntl_arginfo.h175 ZEND_FUNCTION(pcntl_rfork);
223 ZEND_FE(pcntl_rfork, arginfo_pcntl_rfork)
H A Dpcntl.c1228 PHP_FUNCTION(pcntl_rfork) in PHP_FUNCTION() argument

Completed in 15 milliseconds