Home
last modified time | relevance | path

Searched refs:getmypid (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt2 Test getmypid() function: basic test
5 /* Prototype : int getmypid ( void )
11 echo "Simple testcase for getmypid() function\n";
13 var_dump(getmypid());
18 Simple testcase for getmypid() function
H A Dproc_nice_basic.phpt24 $pid = getmypid();
/PHP-5.5/ext/standard/
H A Dpageinfo.h26 PHP_FUNCTION(getmypid);
H A Dpageinfo.c135 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
H A Dbasic_functions.c2885 PHP_FE(getmypid, arginfo_getmypid)
/PHP-5.5/ext/standard/tests/file/
H A Dstatpage.phpt9 var_dump(getmypid());
/PHP-5.5/ext/mysql/tests/
H A Dbug55473.phpt11 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) {
/PHP-5.5/sapi/cli/tests/
H A Dcli_process_title_unix.phpt13 $pid = getmypid();
H A Dcli_process_title_windows.phpt38 $pid = getmypid();
/PHP-5.5/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt52 $pid = getmypid();
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt77 if (false === ($pid = getmypid()))

Completed in 36 milliseconds