--TEST-- Test touch() function : basic functionality --SKIPIF-- --FILE-- --EXPECTF-- *** Testing touch() : basic functionality *** --- testing touch creates a file --- bool(true) --- testing touch doesn't alter file contents --- Here is a test line --- testing touch alters the correct file metadata --- stat data differs at atime stat data differs at mtime --- testing touch using all parameters --- bool(true) ctime=%d mtime=%r10000|6400%r atime=%r20470|16870%r Done