Home
last modified time | relevance | path

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

12

/PHP-8.2/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 Dopendir-004.phpt8 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
H A Dbug72771.phpt8 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 Dopendir-003.phpt8 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.");
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt2 Test function pcntl_fork() by testing the process isolation in the forking hierarchy father -> son …
14 $pid = pcntl_fork();
28 $pid2 = pcntl_fork();
H A D001.phpt17 $pid=pcntl_fork();
31 $pid=pcntl_fork();
53 $pid=pcntl_fork();
H A Dpcntl_fork_basic.phpt2 Test function pcntl_fork() by calling it with its expected arguments
14 $pid = pcntl_fork();
H A Dbug47566.phpt7 $pid = pcntl_fork();
H A Dbug73783.phpt10 switch(pcntl_fork()) {
H A Dpcntl_wait.phpt8 $pid = pcntl_fork();
H A Dpcntl_unshare_02.phpt30 if(!pcntl_fork()) {
H A Dpcntl_wait_rusage1.phpt8 $pid = pcntl_fork();
H A Dpcntl_waitpid_rusage1.phpt8 $pid = pcntl_fork();
H A D002.phpt17 $pid = pcntl_fork();
/PHP-8.2/ext/pcre/tests/
H A Dbug78272.phpt2 Bug #78272: calling preg_match() before pcntl_fork() will freeze child process
9 $pid = pcntl_fork();
/PHP-8.2/ext/opcache/tests/
H A Dbug81607.phpt11 $pid = pcntl_fork();
19 echo "pcntl_fork() failed\n";
H A Dgh9164.phpt26 $pid = pcntl_fork();
41 echo "pcntl_fork() failed\n";
/PHP-8.2/ext/standard/tests/http/
H A Dserver.inc5 if (!function_exists('pcntl_fork')) die('skip pcntl_fork() not available');
25 $pid = pcntl_fork();
/PHP-8.2/Zend/tests/
H A Darginfo_zpp_mismatch.inc26 || $function === 'pcntl_fork'
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fork.phpt8 if (!function_exists('pcntl_fork'))
26 $pid = pcntl_fork();
78 $pid = pcntl_fork();
/PHP-8.2/ext/sysvsem/tests/
H A Dnowait.phpt48 $pid = pcntl_fork();

Completed in 25 milliseconds

12