Searched refs:PID (Results 1 – 20 of 20) sorted by relevance
100 PID=`cat $php_fpm_PID`101 if ps -p $PID | grep -q $PID; then102 echo "php-fpm (pid $PID) is running..."
194 ; pid - the PID of the process;299 ; %p: PID of the child that serviced the request300 ; %P: PID of the parent of the child that serviced the request
14 echo "*** Test by calling method or function with its expected arguments, first print the child PID…25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
61 PID=$!64 echo $PID > $PIDFILE
40 $cmd = "tasklist /FI \"PID eq $child_pid\" /NH";82 Running `tasklist /FI "PID eq %d" /NH` to check the process indeed exists:
13 pid = {{FILE:PID}}
13 pid = {{RFILE:PID}}
17 pid = {{FILE:PID}}
16 pid = {{FILE:PID}}
34 * File extension for PID file.848 * Send signal to the supplied PID or the server PID.960 'FILE:PID' => ['getAbsoluteFile', self::FILE_EXT_PID],964 'RFILE:PID' => ['getRelativeFile', self::FILE_EXT_PID],1082 * Get PID.1090 return (int) $this->error("PID file has not been created");1094 return (int) $this->error("PID content '$pidContent' is not integer");
25 shell_exec("taskkill /T /F /PID {$pid} 2>nul");
41 /* Using invalid PID. */
75 // i - add PID of the current process76 …// currently PHP is not multi-threaded, so it should be save to test for the PID of this PHP proce…
526 network, PID, user and cgroup namespaces.
1426 # PID 13 bit 0x0000
Completed in 159 milliseconds