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();
8 exec('lsof -p ' . getmypid(), $out, $status);16 exec('lsof -p ' . getmypid(), $out);
26 PHP_FUNCTION(getmypid);
135 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
2885 PHP_FE(getmypid, arginfo_getmypid)
9 var_dump(getmypid());
13 $pid = getmypid();
28 $pid = getmypid();
57 $pid = getmypid();
77 if (false === ($pid = getmypid()))
Completed in 24 milliseconds