Home
last modified time | relevance | path

Searched refs:pcntl_fork (Results 1 – 22 of 22) sorted by relevance

/PHP-7.0/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt2 Test function pcntl_fork() by testing the process isolation in the forking hierarchy father -> son …
16 $pid = pcntl_fork();
30 $pid2 = pcntl_fork();
H A D001.phpt13 $pid=pcntl_fork();
27 $pid=pcntl_fork();
49 $pid=pcntl_fork();
H A Dpcntl_fork_basic.phpt2 Test function pcntl_fork() by calling it with its expected arguments
16 $pid = pcntl_fork();
H A Dbug47566.phpt7 $pid = pcntl_fork();
H A Dpcntl_wait_rusage1.phpt8 $pid = pcntl_fork();
H A Dpcntl_waitpid_rusage1.phpt8 $pid = pcntl_fork();
H A Dpcntl_wait.phpt8 $pid = pcntl_fork();
H A D002.phpt13 $pid = pcntl_fork();
/PHP-7.0/ext/standard/tests/streams/
H A Dopendir-002.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dopendir-001.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dbug72771.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dopendir-004.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dopendir-003.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
/PHP-7.0/ext/ldap/tests/
H A Dbug76248.phpt6 if (!function_exists('pcntl_fork')) die('skip fork not available');
10 $pid = pcntl_fork();
/PHP-7.0/ext/standard/tests/http/
H A Dserver.inc5 if (!function_exists('pcntl_fork')) die('skip pcntl_fork() not available');
32 $pid = pcntl_fork();
/PHP-7.0/ext/ftp/tests/
H A Dskipif.inc3 if (!function_exists('pcntl_fork')) die('skip fork not available');
H A Dserver.inc25 $pid = pcntl_fork();
32 $pid = pcntl_fork();
/PHP-7.0/ext/pcntl/
H A Dtest-pcntl.php16 $pid=pcntl_fork();
H A Dphp_pcntl.h41 PHP_FUNCTION(pcntl_fork);
H A Dpcntl.c154 PHP_FE(pcntl_fork, arginfo_pcntl_void)
555 PHP_FUNCTION(pcntl_fork) in PHP_FUNCTION() argument
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fork.phpt9 if (!function_exists('pcntl_fork'))
27 $pid = pcntl_fork();
79 $pid = pcntl_fork();
/PHP-7.0/ext/sysvsem/tests/
H A Dnowait.phpt51 $pid = pcntl_fork();

Completed in 23 milliseconds