Home
last modified time | relevance | path

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

/PHP-7.3/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.phpt25 $pid = getmypid();
H A Dproc_nice_basic-win.phpt28 $pid = getmypid();
/PHP-7.3/ext/phar/tests/tar/
H A Dbug70417.phpt8 exec('lsof -p ' . getmypid(), $out, $status);
16 exec('lsof -p ' . escapeshellarg(getmypid()) . ' 2> /dev/null', $out);
/PHP-7.3/ext/standard/
H A Dpageinfo.h24 PHP_FUNCTION(getmypid);
H A Dpageinfo.c133 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
H A Dbasic_functions.c2922 PHP_FE(getmypid, arginfo_getmypid)
/PHP-7.3/ext/standard/tests/file/
H A Dstatpage.phpt9 var_dump(getmypid());
/PHP-7.3/sapi/cli/tests/
H A Dcli_process_title_unix.phpt13 $pid = getmypid();
H A Dcli_process_title_windows.phpt28 $pid = getmypid();
/PHP-7.3/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt30 $pid = getmypid();
H A Dsocket_cmsg_credentials.phpt57 $pid = getmypid();
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt77 if (false === ($pid = getmypid()))

Completed in 27 milliseconds