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