Home
last modified time | relevance | path

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

/php-src/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-src/ext/pcntl/tests/
H A Dpcntl_unshare_02.phpt28 var_dump(getmypid());
31 var_dump(getmypid());
/php-src/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-src/ext/standard/tests/file/
H A Dstatpage.phpt9 var_dump(getmypid());
/php-src/ext/standard/
H A Dpageinfo.c118 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2222 function getmypid(): int|false {}
H A Dbasic_functions_arginfo.h2530 ZEND_FUNCTION(getmypid);
3168 ZEND_FE(getmypid, arginfo_getmypid)
/php-src/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt30 $pid = getmypid();
H A Dsocket_cmsg_credentials_fbsd.phpt45 $pid = getmypid();
H A Dsocket_cmsg_credentials.phpt54 $pid = getmypid();
/php-src/sapi/cli/tests/
H A Dcli_process_title_unix.phpt22 $pid = getmypid();
H A Dcli_process_title_windows.phpt28 $pid = getmypid();
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt32 $mypid = getmypid();
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt74 if (false === ($pid = getmypid()))

Completed in 60 milliseconds