Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/pcntl/tests/
H A Dpcntl_unshare_02.phpt28 var_dump(getmypid());
31 var_dump(getmypid());
/PHP-8.2/ext/phar/tests/tar/
H A Dbug70417.phpt9 exec('lsof -p ' . getmypid(), $out, $status);
20 …exec('lsof -p ' . escapeshellarg(getmypid()) . ' 2> /dev/null', $out); // Note: valgrind can prod…
/PHP-8.2/ext/standard/tests/file/
H A Dstatpage.phpt9 var_dump(getmypid());
/PHP-8.2/ext/standard/
H A Dpageinfo.c118 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1492 function getmypid(): int|false {}
H A Dbasic_functions_arginfo.h2403 ZEND_FUNCTION(getmypid);
3035 ZEND_FE(getmypid, arginfo_getmypid)
/PHP-8.2/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt30 $pid = getmypid();
H A Dsocket_cmsg_credentials_fbsd.phpt44 $pid = getmypid();
H A Dsocket_cmsg_credentials.phpt53 $pid = getmypid();
/PHP-8.2/sapi/cli/tests/
H A Dcli_process_title_unix.phpt22 $pid = getmypid();
H A Dcli_process_title_windows.phpt28 $pid = getmypid();
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt74 if (false === ($pid = getmypid()))

Completed in 35 milliseconds