Home
last modified time | relevance | path

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

/PHP-7.4/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.phpt29 $pid = getmypid();
H A Dproc_nice_basic-win.phpt28 $pid = getmypid();
/PHP-7.4/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.4/ext/pcntl/tests/
H A Dpcntl_unshare_02.phpt26 var_dump(getmypid());
29 var_dump(getmypid());
/PHP-7.4/ext/standard/
H A Dpageinfo.h24 PHP_FUNCTION(getmypid);
H A Dpageinfo.c133 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
H A Dbasic_functions.c2916 PHP_FE(getmypid, arginfo_getmypid)
/PHP-7.4/ext/standard/tests/file/
H A Dstatpage.phpt9 var_dump(getmypid());
/PHP-7.4/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt30 $pid = getmypid();
H A Dsocket_cmsg_credentials.phpt57 $pid = getmypid();
/PHP-7.4/sapi/cli/tests/
H A Dcli_process_title_unix.phpt22 $pid = getmypid();
H A Dcli_process_title_windows.phpt28 $pid = getmypid();
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt77 if (false === ($pid = getmypid()))

Completed in 25 milliseconds