Home
last modified time | relevance | path

Searched refs:posix_getpgid (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/posix/tests/
H A Dposix_getpgid_error.phpt2 Test posix_getpgid() function : error conditions
5 if((!extension_loaded("posix")) || (!function_exists("posix_getpgid"))) {
6 print "skip - POSIX extension not loaded or posix_getpgid() does not exist";
11 echo "*** Testing posix_getpgid() : error conditions ***\n";
13 echo "\n-- Testing posix_getpgid() with negative pid --\n";
15 var_dump( posix_getpgid($pid) );
20 *** Testing posix_getpgid() : error conditions ***
22 -- Testing posix_getpgid() with negative pid --
H A Dposix_getpgid_basic.phpt2 Test posix_getpgid() function : basic functionality
9 echo "Basic test of posix_getpgid function\n";
12 $pgid = posix_getpgid($pid);
19 Basic test of posix_getpgid function
/PHP-8.0/ext/posix/
H A Dposix.stub.php48 function posix_getpgid(int $process_id): int|false {} function
H A Dposix_arginfo.h190 ZEND_FUNCTION(posix_getpgid);
255 ZEND_FE(posix_getpgid, arginfo_posix_getpgid)
H A Dposix.c372 PHP_FUNCTION(posix_getpgid) in PHP_FUNCTION() argument

Completed in 16 milliseconds