import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / readlink_realpath_variation2.php.expectf
blobdb9bd08dc9592dea27e8771c2ff10158a07eed0c
1 *** Testing readlink() and realpath() : usage variations ***
3 *** Testing readlink() and realpath() with linkname stored in an array ***
5 -- Testing readlink() and realpath() with softlink, linkname stored inside an array --
6 bool(true)
7 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp"
8 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp"
9 HipHop Warning: %a
10 bool(false)
11 HipHop Warning: %a
12 bool(false)
13 bool(false)
14 HipHop Warning: %a
16 -- Testing readlink() and realpath() with hardlink, linkname stored inside an array --
17 bool(true)
18 HipHop Warning: %a
19 bool(false)
20 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2_link.tmp"
21 HipHop Warning: %a
22 bool(false)
23 HipHop Warning: %a
24 bool(false)
25 bool(false)
26 HipHop Warning: %a
27 Done