Home
last modified time | relevance | path

Searched refs:pid (Results 76 – 100 of 116) sorted by relevance

12345

/PHP-7.0/ext/oci8/tests/
H A Dlob_null.phpt22 'create or replace procedure lob_null_proc_in (pid in number, pdata in CLOB)
24 insert into lob_null_tab (id, data) values (pid, pdata);
29 'create or replace procedure lob_null_proc_out (pid in number, pdata out clob)
31 select data into pdata from lob_null_tab where id = pid;
/PHP-7.0/sapi/fpm/tests/
H A D003.phpt47 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D011.phpt45 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D009.phpt45 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D004.phpt54 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D005.phpt52 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D006.phpt52 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D017.phpt53 [%s] NOTICE: fpm is running, pid %d
H A D022-cve-2016-5385.phpt62 [%s] NOTICE: fpm is running, pid %d
H A D007.phpt57 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D008.phpt88 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D010.phpt57 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
H A D021-uds-acl.phpt82 [%s] NOTICE: fpm is running, pid %d
H A D015.phpt77 [%s] NOTICE: fpm is running, pid %d
H A D016.phpt82 [%s] NOTICE: fpm is running, pid %d
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c2495 int pid; in LSAPI_Init_Prefork_Server() local
2513 pid = getpid(); in LSAPI_Init_Prefork_Server()
2514 setpgid( pid, pid ); in LSAPI_Init_Prefork_Server()
2579 if ( pStatus->m_pid == pid ) in find_child_status()
2594 int status, pid; in lsapi_sigchild() local
2599 if ( pid <= 0 ) in lsapi_sigchild()
2611 pid = 0; in lsapi_sigchild()
2772 int pid; in lsapi_prefork_server_accept() local
2878 pid = fork(); in lsapi_prefork_server_accept()
2880 if ( !pid ) in lsapi_prefork_server_accept()
[all …]
/PHP-7.0/ext/standard/tests/http/
H A Dbug38802.phpt22 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
37 http_server_kill($pid);
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.init.d9 PIDFILE=/var/run/phpdbg.pid
/PHP-7.0/ext/posix/tests/
H A Dposix_kill_variation1.phpt10 /* Prototype : proto bool posix_kill(int pid, int sig)
70 // loop through each element of the array for pid
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt77 if (false === ($pid = getmypid()))
78 $pid = "[\d]+";
81 if (!preg_match("@^" . $pid . "*@ismU", $trace))
/PHP-7.0/sapi/fpm/
H A Dphp-fpm.conf.in17 ;pid = run/php-fpm.pid
/PHP-7.0/ext/ftp/tests/
H A Dserver.inc25 $pid = pcntl_fork();
32 $pid = pcntl_fork();
33 if($pid === 0){
61 if ($pid) {
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_debug.c77 snprintf(pid_buffer, sizeof(pid_buffer) - 1, "%5u: ", self->pid); in MYSQLND_METHOD()
174 snprintf(pid_buffer, sizeof(pid_buffer) - 1, "%5u: ", self->pid); in MYSQLND_METHOD()
710 ret->pid = getpid(); in mysqlnd_debug_init()
/PHP-7.0/sapi/cli/tests/
H A Dcli_process_title_windows.phpt28 $pid = getmypid();
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_stdio.c197 …(int) child->pid, is_stdout ? "stdout" : "stderr", buf, is_last_message ? ", pipe is closed" : "");

Completed in 35 milliseconds

12345