--TEST-- Test fileowner() function: basic functionality --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing fileowner(): basic functionality *** -- Testing with the file or directory created by owner -- array(7) { ["name"]=> string(%d) %s ["passwd"]=> string(1) "x" ["uid"]=> int(%d) ["gid"]=> int(%d) ["gecos"]=> string(%d) %s ["dir"]=> string(%d) %s ["shell"]=> string(%d) %s } int(%d) int(%d) int(%d) int(%d) -- Testing with the standard file or directory -- int(0) int(0) int(0) *** Done ***