Searched refs:posix_getpgid (Results 1 – 5 of 5) sorted by relevance
2 Test posix_getpgid() function : error conditions7 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 --
2 Test posix_getpgid() function : basic functionality7 echo "Basic test of posix_getpgid function\n";10 $pgid = posix_getpgid($pid);17 Basic test of posix_getpgid function
242 function posix_getpgid(int $process_id): int|false {} function
190 ZEND_FUNCTION(posix_getpgid);255 ZEND_FE(posix_getpgid, arginfo_posix_getpgid)
305 PHP_FUNCTION(posix_getpgid) in PHP_FUNCTION() argument
Completed in 10 milliseconds