import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / chmod_variation2.php.expectf
blobb11618490204647420203b664ae3493b28345e48
1 chmod() on a path containing .. and .
2 bool(true)
3 bool(true)
4 755
6 chmod() on a path containing .. with invalid directories
7 bool(true)
8 HipHop Warning: %a
9 bool(false)
10 777
12 chmod() on a linked file
13 bool(true)
14 bool(true)
15 bool(true)
16 755
17 bool(true)
19 chmod() on a relative path from a different working directory
20 bool(true)
21 bool(true)
22 755
24 chmod() on a directory with a trailing /
25 bool(true)
26 bool(true)
27 755