Home
last modified time | relevance | path

Searched refs:posix_getsid (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/posix/tests/
H A Dposix_getsid.phpt2 Test posix_getsid() function test
13 echo "*** Testing posix_getsid() : function test ***\n";
16 echo "\n-- Testing posix_getsid() function with current process pid --\n";
17 var_dump( is_long(posix_getsid($pid)) );
21 *** Testing posix_getsid() : function test ***
23 -- Testing posix_getsid() function with current process pid --
H A Dposix_getsid_basic.phpt2 Test posix_getsid() function : basic functionality
7 echo "Basic test of posix_getsid function\n";
10 $sid = posix_getsid($pid);
17 Basic test of posix_getsid function
H A Dposix_getsid_error.phpt2 Test posix_getsid() function : error conditions
12 var_dump( posix_getsid(-1) );
/PHP-8.2/ext/posix/
H A Dposix.stub.php246 function posix_getsid(int $process_id): int|false {} function
H A Dposix_arginfo.h193 ZEND_FUNCTION(posix_getsid);
258 ZEND_FE(posix_getsid, arginfo_posix_getsid)
H A Dposix.c324 PHP_FUNCTION(posix_getsid) in PHP_FUNCTION() argument

Completed in 11 milliseconds