Searched refs:pcntl_fork (Results 1 – 22 of 22) 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();
6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
6 if (!function_exists('pcntl_fork')) die('skip fork not available');10 $pid = pcntl_fork();
5 if (!function_exists('pcntl_fork')) die('skip pcntl_fork() not available');32 $pid = pcntl_fork();
3 if (!function_exists('pcntl_fork')) die('skip fork not available');
25 $pid = pcntl_fork();32 $pid = pcntl_fork();
16 $pid=pcntl_fork();
41 PHP_FUNCTION(pcntl_fork);
154 PHP_FE(pcntl_fork, arginfo_pcntl_void)555 PHP_FUNCTION(pcntl_fork) in PHP_FUNCTION() argument
9 if (!function_exists('pcntl_fork'))27 $pid = pcntl_fork();79 $pid = pcntl_fork();
51 $pid = pcntl_fork();
Completed in 23 milliseconds