Searched refs:getmypid (Results 1 – 11 of 11) sorted by relevance
2 Test getmypid() function: basic test5 /* Prototype : int getmypid ( void )11 echo "Simple testcase for getmypid() function\n";13 var_dump(getmypid());18 Simple testcase for getmypid() function
24 $pid = getmypid();
26 PHP_FUNCTION(getmypid);
135 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
2885 PHP_FE(getmypid, arginfo_getmypid)
9 var_dump(getmypid());
11 if (!($output = @exec("lsof -np " . getmypid())))59 $opened_files = trim(exec("lsof -np " . getmypid() . " | wc -l"));61 } else if (($tmp = trim(exec("lsof -np " . getmypid() . " | wc -l"))) != $opened_files) {
13 $pid = getmypid();
38 $pid = getmypid();
52 $pid = getmypid();
77 if (false === ($pid = getmypid()))
Completed in 36 milliseconds