Home
last modified time | relevance | path

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

/php-src/ext/posix/tests/
H A Dposix_getpgid_error.phpt2 Test posix_getpgid() function : error conditions
7 if (!function_exists("posix_getpgid")) {
8 print "skip - posix_getpgid() does not exist";
13 echo "*** Testing posix_getpgid() : error conditions ***\n";
15 echo "\n-- Testing posix_getpgid() with negative pid --\n";
17 var_dump( posix_getpgid($pid) );
22 *** Testing posix_getpgid() : error conditions ***
24 -- Testing posix_getpgid() with negative pid --
H A Dposix_getpgid_basic.phpt2 Test posix_getpgid() function : basic functionality
7 echo "Basic test of posix_getpgid function\n";
10 $pgid = posix_getpgid($pid);
17 Basic test of posix_getpgid function
/php-src/ext/posix/
H A Dposix.stub.php354 function posix_getpgid(int $process_id): int|false {} function
H A Dposix_arginfo.h215 ZEND_FUNCTION(posix_getpgid);
289 ZEND_FE(posix_getpgid, arginfo_posix_getpgid)
H A Dposix.c304 PHP_FUNCTION(posix_getpgid) in PHP_FUNCTION() argument

Completed in 11 milliseconds