Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/standard/tests/streams/
H A Dbug77765.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
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 Dbug73457.phpt6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dbug77680.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.3/ext/pcre/tests/
H A Dbug78272.phpt2 Bug #78272: calling preg_match() before pcntl_fork() will freeze child process
11 $pid = pcntl_fork();
/PHP-7.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 Dbug73783.phpt12 switch(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.3/ext/ldap/tests/
H A Dbug76248.phpt6 if (!function_exists('pcntl_fork')) die('skip fork not available');
10 $pid = pcntl_fork();
/PHP-7.3/ext/standard/tests/http/
H A Dserver.inc5 if (!function_exists('pcntl_fork')) die('skip pcntl_fork() not available');
25 $pid = pcntl_fork();
/PHP-7.3/ext/ftp/tests/
H A Dskipif.inc3 if (!function_exists('pcntl_fork')) die('skip fork not available');
/PHP-7.3/ext/pcntl/
H A Dtest-pcntl.php16 $pid=pcntl_fork();
H A Dphp_pcntl.h39 PHP_FUNCTION(pcntl_fork);
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fork.phpt9 if (!function_exists('pcntl_fork'))
27 $pid = pcntl_fork();
79 $pid = pcntl_fork();
/PHP-7.3/ext/sysvsem/tests/
H A Dnowait.phpt51 $pid = pcntl_fork();

Completed in 53 milliseconds

12