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()) {
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";
25 $pid = pcntl_fork();40 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'
130 ZEND_FUNCTION(pcntl_fork);174 ZEND_FE(pcntl_fork, arginfo_pcntl_fork)
5 function pcntl_fork(): int {} function
9 if (!function_exists('pcntl_fork'))27 $pid = pcntl_fork();79 $pid = pcntl_fork();
Completed in 17 milliseconds