Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 86) sorted by relevance

1234

/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug34794.phpt9 echo "Opening process 1\n";
12 echo "Opening process 2\n";
16 echo "Closing process 1\n";
21 echo "Closing process 2\n";
30 Opening process 1
31 Opening process 2
32 Closing process 1
33 Closing process 2
H A Dbug39322.phpt2 Bug #39322 (proc_terminate() loosing process resource)
17 $process = proc_open('/bin/sleep 120', $descriptors, $pipes);
19 proc_terminate($process, 9);
20 sleep(1); // wait a bit to let the process finish
21 var_dump(proc_get_status($process));
H A Dgetmypid_basic.phpt6 * Description: Gets the current PHP process ID.
/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 …
14 echo "*** Testing the process isolations between a process and its forks ***\n";
43 *** Testing the process isolations between a process and its forks ***
/PHP-5.3/ext/fileinfo/tests/
H A Dmime_content_type_001.phpt18 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
20 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
22 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
24 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
/PHP-5.3/TSRM/
H A Dtsrm_win32.c45 globals->process = NULL; in tsrm_win32_ctor()
66 if (globals->process) { in tsrm_win32_dtor()
67 free(globals->process); in tsrm_win32_dtor()
391 for (ptr = TWG(process); ptr < (TWG(process) + TWG(process_size)); ptr++) { in process_get()
406 TWG(process) = newptr; in process_get()
462 PROCESS_INFORMATION process; in popen_ex() local
555 CloseHandle(process.hThread); in popen_ex()
575 process_pair *process; in pclose() local
582 fflush(process->stream); in pclose()
583 fclose(process->stream); in pclose()
[all …]
/PHP-5.3/sapi/litespeed/
H A DREADME120 start one PHP process, this process will start/stop children PHP processes
135 and start children process on demand to save system resource. This is
138 process. This might be preferred in a dedicate hosting environment.
153 This controls how many requests each child process will handle before
171 will be killed by the parent process immediately.
180 processing time allowed when processing a request. If a child process
183 of dead or runaway child process.
189 process will wait before exiting when there is no child process.
191 process.
199 to disable this feature, such as when a LSAPI process was started
[all …]
/PHP-5.3/ext/posix/tests/
H A Dposix_getsid.phpt4 Get the current session id of a process pid (POSIX.1, 4.2.1)
18 echo "\n-- Testing posix_getsid() function with current process pid --\n";
26 -- Testing posix_getsid() function with current process pid --
H A Dposix_kill_basic.phpt14 // TODO Once we have PS open working beef up this test to create a process and kill it
37 string(%d) %sNo such process%s
H A Dposix_getpgid_error.phpt12 …* Description: Get the process group id of the specified process (This is not a POSIX function, bu…
/PHP-5.3/sapi/cli/tests/
H A D009.phpt16 Either execute direct code, process stdin or use a file.
18 Either execute direct code, process stdin or use a file.
/PHP-5.3/Zend/tests/
H A Dbug48408.phpt6 public function process($x){
18 $b->process($c->generate(0));
H A Dbug48409.phpt21 public function process($p)
36 $c->process($b->xyz($item['foo'], $i));
/PHP-5.3/sapi/cgi/
H A DREADME.FastCGI25 In this setup, PHP is started as a separate process entirely from the web
46 in order to talk to the PHP FastCGI process.
49 web server and PHP process, so that one cannot disrupt the other. It also
52 process if required!
62 PHP process as opposed to one per apache process means that shared resources
131 This controls how many child processes the PHP process spawns. When the
134 processes and main process will handle FastCGI requests by itself. Note that
135 this process may die (because of PHP_FCGI_MAX_REQUESTS) and it willnot
137 those will handle requests. The main process will restart children in case of
148 This controls how many requests each child process will handle before
[all …]
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in77 ; process.max = 128
82 ; - The pool process will inherit the master process priority
85 ; process.priority = -19
91 ; Set open file descriptor rlimit for the master process.
95 ; Set max core size rlimit for the master process.
248 ; process manager - static, dynamic or ondemand;
268 ; process manager: static
290 ; query string will also return status for each pool process.
296 ; The Full status returns for each process:
297 ; pid - the PID of the process;
[all …]
/PHP-5.3/ext/standard/tests/streams/
H A Dbug64770.phpt28 echo "process timed out\n";
45 echo "no process\n";
/PHP-5.3/ext/standard/tests/strings/
H A Dstrtok_variation7.phpt19 …strtok() when string being tokenised is prefixed with another string in between the process ***\n";
29 …strtok() when string being tokenised is suffixed with another string in between the process ***\n";
43 …ing strtok() when string being tokenised is prefixed with another string in between the process ***
76 …ing strtok() when string being tokenised is suffixed with another string in between the process ***
/PHP-5.3/ext/mysql/tests/
H A Dmysql_list_processes.phpt24 printf("[003] Empty process list? [%d] %s\n", mysql_errno($link), mysql_error($link));
38 printf("[006] Empty process list? [%d] %s\n", mysql_errno(), mysql_error());
/PHP-5.3/ext/standard/tests/file/
H A Dbug60120.phpt28 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
48 proc_terminate($process);
H A Dpopen_pclose_error-sunos.phpt13 * Description: Opens process file pointer.
16 * Description: Closes process file pointer.
H A Dpopen_pclose_error.phpt13 * Description: Opens process file pointer.
16 * Description: Closes process file pointer.
H A Dpopen_pclose_error-win32.phpt14 * Description: Opens process file pointer.
17 * Description: Closes process file pointer.
/PHP-5.3/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt96 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
104 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
110 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
118 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
128 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
H A Dfilter_errors_zlib_inflate.phpt13 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
/PHP-5.3/pear/
H A Dinstall-pear.txt2 | The installation process is not complete. The following resources |

Completed in 34 milliseconds

1234