import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-file / symlink_link_linkinfo_is_link_variation1.php.expectf
blob5b4b4945c8221cb42954bb1cc06300a30b617086
1 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in an object ***
3 -- Working with soft links --
4 bool(true)
5 int(%d)
6 bool(true)
8 -- Working with hard links --
9 bool(true)
10 int(%d)
11 bool(false)
13 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of an array ***
15 -- Working with soft links --
16 bool(true)
17 int(%d)
18 bool(true)
20 -- Working with hard links --
21 bool(true)
22 int(%d)
23 bool(false)
24 Done