--TEST-- Test posix_getpwnam() function : basic functionality --CREDITS-- Rodrigo Prado de Jesus User Group: PHPSP #phptestfestbrasil --EXTENSIONS-- posix --FILE-- ===DONE==== --EXPECTF-- Array ( [name] => %s [passwd] => %S [uid] => %d [gid] => %d [gecos] => %S [dir] => %s [shell] => %s ) bool(true) ===DONE====