Home
last modified time | relevance | path

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

/PHP-5.3/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.phpt8 $pid = pcntl_fork();
H A D002.phpt13 $pid = pcntl_fork();
/PHP-5.3/ext/standard/tests/http/
H A Dserver.inc5 if (!function_exists('pcntl_fork')) die('skip pcntl_fork() not available');
32 $pid = pcntl_fork();
/PHP-5.3/ext/openssl/tests/
H A Dbug54992.phpt6 if (!function_exists('pcntl_fork')) die("skip no fork");
17 $pid = pcntl_fork();
H A Dbug46127.phpt40 $pid = pcntl_fork();
H A Dbug48182.phpt76 $pid = pcntl_fork();
/PHP-5.3/ext/ftp/tests/
H A Dskipif.inc3 if (!function_exists('pcntl_fork')) die('skip fork not available');
H A Dserver.inc24 $pid = pcntl_fork();
31 $pid = pcntl_fork();
/PHP-5.3/ext/pcntl/
H A Dtest-pcntl.php16 $pid=pcntl_fork();
H A Dphp_pcntl.h34 PHP_FUNCTION(pcntl_fork);
H A Dpcntl.c146 PHP_FE(pcntl_fork, arginfo_pcntl_void)
541 PHP_FUNCTION(pcntl_fork) in PHP_FUNCTION() argument
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fork.phpt9 if (!function_exists('pcntl_fork'))
27 $pid = pcntl_fork();
79 $pid = pcntl_fork();
/PHP-5.3/
H A DNEWS3953 - Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error). (Ilia)

Completed in 36 milliseconds