--TEST-- Test fileowner() function: basic functionality --SKIPIF-- --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 *** --UEXPECTF-- *** 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) Notice: fwrite(): 26 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d int(%d) int(%d) -- Testing with the standard file or directory -- int(0) int(0) int(0) *** Done ***