--TEST-- Test lstat() and stat() functions: usage variations - effects of is_dir(), is_file() and is_link() --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Checking lstat() and stat() on file, link and directory after accessing it with is_dir(), is_file() and is_link() functions *** -- Testing on Directory -- bool(true) bool(true) bool(true) bool(true) -- Testing on file -- bool(true) bool(true) bool(true) bool(true) -- Testing on link -- bool(true) bool(true) bool(true) bool(true) *** Checking stat() on a file with read/write permission *** bool(true) bool(true) bool(true) *** Checking lstat() and stat() on hard link *** bool(true) bool(true) bool(true) bool(true) --- Done ---