Searched refs:pcntl_fork (Results 1 – 25 of 33) sorted by relevance
12
11 $pid = pcntl_fork();12 if ($pid == -1) die("skip pcntl_fork failed");21 $pid = pcntl_fork();22 if ($pid == -1) die("pcntl_fork failed");
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()) {
13 $pid = pcntl_fork();
8 $pid = pcntl_fork();
30 if(!pcntl_fork()) {
12 $pid = pcntl_fork();
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 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();
Completed in 22 milliseconds