Searched refs:pcntl_fork (Results 1 – 25 of 29) sorted by relevance
12
6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
8 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 …14 $pid = pcntl_fork();28 $pid2 = pcntl_fork();
17 $pid=pcntl_fork();31 $pid=pcntl_fork();53 $pid=pcntl_fork();
2 Test function pcntl_fork() by calling it with its expected arguments14 $pid = pcntl_fork();
7 $pid = pcntl_fork();
10 switch(pcntl_fork()) {
8 $pid = pcntl_fork();
30 if(!pcntl_fork()) {
17 $pid = pcntl_fork();
2 Bug #78272: calling preg_match() before pcntl_fork() will freeze child process9 $pid = pcntl_fork();
11 $pid = pcntl_fork();19 echo "pcntl_fork() failed\n";
26 $pid = pcntl_fork();41 echo "pcntl_fork() failed\n";
5 if (!function_exists('pcntl_fork')) die('skip pcntl_fork() not available');25 $pid = pcntl_fork();
26 || $function === 'pcntl_fork'
8 if (!function_exists('pcntl_fork'))26 $pid = pcntl_fork();78 $pid = pcntl_fork();
48 $pid = pcntl_fork();
Completed in 24 milliseconds