import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / symlink_link_linkinfo_is_link_variation7.php.expectf
blob2bf08b7a9b2ac25e7e82ad2fc6170f49b699d6a0
1 *** Create soft link to file and then to itself ***
2 bool(true)
3 HipHop Warning: %a
4 bool(false)
6 *** Create soft link to directory and then to itself ***
7 bool(true)
8 HipHop Warning: %a
9 bool(false)
11 *** Create hard link to file and then to itself ***
12 bool(true)
13 HipHop Warning: %a
14 bool(false)
15 Done