--TEST-- Test stat() functions: usage variations - effects of is_dir() & is_file() --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing stat(): on file and directory after accessing it with is_dir() and is_file() functions *** -- Testing on Directory -- bool(true) bool(true) bool(true) bool(true) -- Testing on file -- bool(true) bool(true) bool(true) bool(true) *** Done ***