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.");
2 Bug #78272: calling preg_match() before pcntl_fork() will freeze child process11 $pid = pcntl_fork();
2 Test function pcntl_fork() by testing the process isolation in the forking hierarchy father -> son …16 $pid = pcntl_fork();30 $pid2 = pcntl_fork();
16 $pid=pcntl_fork();30 $pid=pcntl_fork();52 $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();
28 if(!pcntl_fork()) {
3 if (!function_exists('pcntl_fork')) die('skip fork not available');
5 if (!function_exists('pcntl_fork')) die('skip pcntl_fork() not available');25 $pid = pcntl_fork();
25 || $function === 'pcntl_fork'
37 PHP_FUNCTION(pcntl_fork);
5 function pcntl_fork(): int {} function
123 ZEND_FUNCTION(pcntl_fork);164 ZEND_FE(pcntl_fork, arginfo_pcntl_fork)
8 if (!function_exists('pcntl_fork'))26 $pid = pcntl_fork();78 $pid = pcntl_fork();
Completed in 38 milliseconds