Searched refs:PID (Results 1 – 12 of 12) 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..."
193 ; pid - the PID of the process;298 ; %p: PID of the child that serviced the request299 ; %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
13 pid = {{FILE:PID}}
13 pid = {{RFILE:PID}}
17 pid = {{FILE:PID}}
34 * File extension for PID file.673 * Send signal to the supplied PID or the server PID.756 'FILE:PID' => ['getAbsoluteFile', self::FILE_EXT_PID],760 'RFILE:PID' => ['getRelativeFile', self::FILE_EXT_PID],864 * Get PID.872 return (int) $this->error("PID file has not been created");876 return (int) $this->error("PID content '$pidContent' is not integer");
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…
384 # PID File location
1293 # PID 13 bit 0x0000
Completed in 81 milliseconds