Searched refs:getmypid (Results 1 – 13 of 13) 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
25 $pid = getmypid();
28 $pid = getmypid();
8 exec('lsof -p ' . getmypid(), $out, $status);16 exec('lsof -p ' . escapeshellarg(getmypid()) . ' 2> /dev/null', $out);
24 PHP_FUNCTION(getmypid);
133 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
2922 PHP_FE(getmypid, arginfo_getmypid)
9 var_dump(getmypid());
13 $pid = getmypid();
30 $pid = getmypid();
57 $pid = getmypid();
77 if (false === ($pid = getmypid()))
Completed in 27 milliseconds