import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-file / unlink_variation3.php.expectf
blob98c097bdf7106ddf85367ebca22049f7964c11c0
1 *** Testing unlink() on soft and hard links ***
2 -- Testing unlink() on soft link --
3 bool(true)
4 bool(true)
5 bool(false)
6 -- Testing unlink() on hard link --
7 bool(true)
8 bool(true)
9 bool(false)
10 bool(true)
11 bool(false)
12 Done