Searched refs:pcntl_fork (Results 1 – 25 of 26) sorted by relevance
12
6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
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();
12 switch(pcntl_fork()) {
8 $pid = pcntl_fork();
13 $pid = pcntl_fork();
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');25 $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);
9 if (!function_exists('pcntl_fork'))27 $pid = pcntl_fork();79 $pid = pcntl_fork();
51 $pid = pcntl_fork();
Completed in 23 milliseconds