2 Test posix_getgrgid() function : error conditions
5 if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
9 /* Prototype : proto array posix_getgrgid(long gid)
10 * Description: Group database access (POSIX.1, 9.2.1)
11 * Source code: ext/posix/posix.c
15 echo "*** Testing posix_getgrgid() : error conditions ***\n";
17 echo "\n-- Testing posix_getgrgid() function with a negative group id --\n";
19 var_dump( posix_getgrgid($gid));
24 *** Testing posix_getgrgid() : error conditions ***
26 -- Testing posix_getgrgid() function with a negative group id --