--TEST-- Test posix_getpwnam() function : basic functionality --CREDITS-- Rodrigo Prado de Jesus User Group: PHPSP #phptestfestbrasil --SKIPIF-- --FILE-- ===DONE==== --EXPECTREGEX-- Array \( \[name\] => [^\r\n]+ \[passwd\] => [^\r\n]+ \[uid\] => [0-9]+ \[gid\] => [0-9]+ \[gecos\] => [^\r\n]* \[dir\] => [^\r\n]+ \[shell\] => [^\r\n]+ \) bool\(true\) ===DONE====