Home
last modified time | relevance | path

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

/PHP-7.4/ext/posix/tests/
H A Dposix_getpgid_error.phpt2 Test posix_getpgid() function : error conditions
11 /* Prototype : proto int posix_getpgid(void)
17 echo "*** Testing posix_getpgid() : error conditions ***\n";
20 var_dump( posix_getpgid() );
25 var_dump( posix_getpgid($pid, $extra_arg) );
27 echo "\n-- Testing posix_getpgid() with negative pid --\n";
29 var_dump( posix_getpgid($pid) );
34 *** Testing posix_getpgid() : error conditions ***
36 -- Testing posix_getpgid() function no arguments --
41 -- Testing posix_getpgid() with one extra argument --
[all …]
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-7.4/ext/posix/
H A Dphp_posix.h72 PHP_FUNCTION(posix_getpgid);
H A Dposix.c259 PHP_FE(posix_getpgid, arginfo_posix_getpgid)
656 PHP_FUNCTION(posix_getpgid) in PHP_FUNCTION() argument

Completed in 9 milliseconds