Searched refs:pcntl_rfork (Results 1 – 8 of 8) sorted by relevance
2 Test function pcntl_rfork() with wrong flags8 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 …]
2 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);
2 Test function pcntl_rfork() with no flag.8 if (!function_exists('pcntl_rfork')) die('skip pcntl_rfork unavailable');14 $pid = pcntl_rfork(0);
2 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);
27 || $function === 'pcntl_rfork'
980 function pcntl_rfork(int $flags, int $signal = 0): int{} function
175 ZEND_FUNCTION(pcntl_rfork);223 ZEND_FE(pcntl_rfork, arginfo_pcntl_rfork)
1228 PHP_FUNCTION(pcntl_rfork) in PHP_FUNCTION() argument
Completed in 14 milliseconds