import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-file / is_file_variation1.php.expectf
blob7f43fa6d86f5d6ef27ded3e1a4ea2b9bc436e624
1 -- Testing is_file() with file containing data --
2 bool(true)
4 -- Testing is_file() after truncating filesize to zero bytes --
5 bool(true)
7 -- Testing is_file() with an empty file --
8 bool(true)
9 bool(true)
11 *** Done ***