--TEST-- Test stat() function: basic functionality --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing stat() : basic functionality *** *** Testing stat(): validating the values stored in stat *** bool(true) bool(true) bool(true) *** Testing stat(): comparing stats (recorded before and after file creation) *** -- comparing difference in dir stats before and after creating file in it -- array(26) { [0]=> int(%d) [1]=> int(0) [2]=> int(%d) [3]=> int(%d) [4]=> int(0) [5]=> int(0) [6]=> int(%d) [7]=> int(%d) [8]=> int(%d) [9]=> int(%d) [10]=> int(%d) [11]=> int(-1) [12]=> int(-1) ["dev"]=> int(%d) ["ino"]=> int(0) ["mode"]=> int(%d) ["nlink"]=> int(%d) ["uid"]=> int(0) ["gid"]=> int(0) ["rdev"]=> int(%d) ["size"]=> int(%d) ["atime"]=> int(%d) ["mtime"]=> int(%d) ["ctime"]=> int(%d) ["blksize"]=> int(-1) ["blocks"]=> int(-1) } array(26) { [0]=> int(%d) [1]=> int(%d) [2]=> int(%d) [3]=> int(%d) [4]=> int(%d) [5]=> int(%d) [6]=> int(%d) [7]=> int(%d) [8]=> int(%d) [9]=> int(%d) [10]=> int(%d) [11]=> int(-1) [12]=> int(-1) ["dev"]=> int(%d) ["ino"]=> int(%d) ["mode"]=> int(%d) ["nlink"]=> int(%d) ["uid"]=> int(%d) ["gid"]=> int(%d) ["rdev"]=> int(%d) ["size"]=> int(%d) ["atime"]=> int(%d) ["mtime"]=> int(%d) ["ctime"]=> int(%d) ["blksize"]=> int(-1) ["blocks"]=> int(-1) } bool(true) *** Testing stat(): for the return value *** bool(true) ---Done---