Home
last modified time | relevance | path

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

/PHP-5.5/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_variation.phpt2 Test posix_getpgid() function : variation
5 if((!extension_loaded("posix")) || (!function_exists("posix_getpgid"))) {
6 print "skip - POSIX extension not loaded or posix_getpgid() does not exist";
11 /* Prototype : proto int posix_getpgid(void)
17 echo "*** Testing posix_getpgid() : usage variations ***\n";
74 $result = posix_getpgid($value);
85 *** Testing posix_getpgid() : usage variations ***
110 Warning: posix_getpgid() expects parameter 1 to be long, array given in %s on line %d
117 Warning: posix_getpgid() expects parameter 1 to be long, array given in %s on line %d
124 Warning: posix_getpgid() expects parameter 1 to be long, array given in %s on line %d
[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-5.5/ext/posix/
H A Dphp_posix.h72 PHP_FUNCTION(posix_getpgid);
H A Dposix.c255 PHP_FE(posix_getpgid, arginfo_posix_getpgid)
579 PHP_FUNCTION(posix_getpgid) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS9806 - Fixed posix_getsid() & posix_getpgid() to return sid & pgid instead

Completed in 42 milliseconds