Searched refs:getmypid (Results 1 – 8 of 8) 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();
11 if (!($output = @exec("lsof -nwp " . getmypid())))59 $opened_files = trim(exec("lsof -nwp " . getmypid() . " | wc -l"));61 } else if (($tmp = trim(exec("lsof -nwp " . getmypid() . " | wc -l"))) != $opened_files) {
26 PHP_FUNCTION(getmypid);
135 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
2871 PHP_FE(getmypid, arginfo_getmypid)
9 var_dump(getmypid());
77 if (false === ($pid = getmypid()))
Completed in 40 milliseconds