Home
last modified time | relevance | path

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

/PHP-7.1/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.phpt24 $pid = getmypid();
/PHP-7.1/ext/phar/tests/tar/
H A Dbug70417.phpt8 exec('lsof -p ' . getmypid(), $out, $status);
16 exec('lsof -p ' . getmypid(), $out);
/PHP-7.1/ext/standard/
H A Dpageinfo.h26 PHP_FUNCTION(getmypid);
H A Dpageinfo.c135 PHP_FUNCTION(getmypid) in PHP_FUNCTION() argument
H A Dbasic_functions.c2885 PHP_FE(getmypid, arginfo_getmypid)
/PHP-7.1/ext/standard/tests/file/
H A Dstatpage.phpt9 var_dump(getmypid());
/PHP-7.1/sapi/cli/tests/
H A Dcli_process_title_unix.phpt13 $pid = getmypid();
H A Dcli_process_title_windows.phpt28 $pid = getmypid();
/PHP-7.1/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt57 $pid = getmypid();
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt77 if (false === ($pid = getmypid()))

Completed in 24 milliseconds