--TEST-- Test is_file() function: usage variations - diff. files --FILE-- --EXPECT-- -- Testing is_file() with file containing data -- bool(true) -- Testing is_file() after truncating filesize to zero bytes -- bool(true) -- Testing is_file() with an empty file -- bool(true) bool(true) *** Done ***