Searched refs:PID (Results 1 – 7 of 7) 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..."
305 ; pid - the PID of the process;410 ; %p: PID of the child that serviced the request411 ; %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…
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…
588 # PID File location
1441 . Fixed bug #62216 (Add PID to php-fpm init.d script). (fat)6863 - Fixed bug #38542 (proc_get_status() returns wrong PID on windows). (Nuno)
1009 # PID 13 bit 0x0000
Completed in 99 milliseconds