Searched refs:pcntl_fork (Results 1 – 17 of 17) sorted by relevance
2 Test function pcntl_fork() by testing the process isolation in the forking hierarchy father -> son …16 $pid = pcntl_fork();30 $pid2 = pcntl_fork();
13 $pid=pcntl_fork();27 $pid=pcntl_fork();49 $pid=pcntl_fork();
2 Test function pcntl_fork() by calling it with its expected arguments16 $pid = pcntl_fork();
7 $pid = pcntl_fork();
8 $pid = pcntl_fork();
13 $pid = pcntl_fork();
5 if (!function_exists('pcntl_fork')) die('skip pcntl_fork() not available');32 $pid = pcntl_fork();
6 if (!function_exists('pcntl_fork')) die("skip no fork");17 $pid = pcntl_fork();
40 $pid = pcntl_fork();
76 $pid = pcntl_fork();
3 if (!function_exists('pcntl_fork')) die('skip fork not available');
24 $pid = pcntl_fork();31 $pid = pcntl_fork();
16 $pid=pcntl_fork();
34 PHP_FUNCTION(pcntl_fork);
146 PHP_FE(pcntl_fork, arginfo_pcntl_void)541 PHP_FUNCTION(pcntl_fork) in PHP_FUNCTION() argument
9 if (!function_exists('pcntl_fork'))27 $pid = pcntl_fork();79 $pid = pcntl_fork();
3953 - Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error). (Ilia)
Completed in 82 milliseconds