Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt2 Test getmypid() function: basic test
5 echo "Simple testcase for getmypid() function\n";
7 var_dump(getmypid());
12 Simple testcase for getmypid() function
H A Dproc_nice_basic.phpt29 $pid = getmypid();
H A Dproc_nice_basic-win.phpt24 $pid = getmypid();
/PHP-8.0/ext/pcntl/tests/
H A Dpcntl_unshare_02.phpt26 var_dump(getmypid());
29 var_dump(getmypid());
/PHP-8.0/ext/phar/tests/tar/
H A Dbug70417.phpt8 exec('lsof -p ' . getmypid(), $out, $status);
19 …exec('lsof -p ' . escapeshellarg(getmypid()) . ' 2> /dev/null', $out); // Note: valgrind can prod…
/PHP-8.0/ext/standard/tests/file/
H A Dstatpage.phpt9 var_dump(getmypid());
/PHP-8.0/ext/standard/
H A Dpageinfo.c118 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php462 function getmypid(): int|false {} function
H A Dbasic_functions_arginfo.h2411 ZEND_FUNCTION(getmypid);
3045 ZEND_FE(getmypid, arginfo_getmypid)
/PHP-8.0/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt30 $pid = getmypid();
H A Dsocket_cmsg_credentials.phpt53 $pid = getmypid();
/PHP-8.0/sapi/cli/tests/
H A Dcli_process_title_unix.phpt22 $pid = getmypid();
H A Dcli_process_title_windows.phpt28 $pid = getmypid();
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt76 if (false === ($pid = getmypid()))

Completed in 31 milliseconds