import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / is_readable_variation2.php.expectf
blob34537dd1b08bce736ddca8b4eda51a9b822aa346
1 *** Testing is_readable(): usage variations ***
3 *** Testing is_readable() on directory without read permission ***
4 bool(false)
6 *** Testing miscelleneous input for is_readable() function ***
7 -- Iteration 1 --
8 bool(true)
9 -- Iteration 2 --
10 bool(true)
11 -- Iteration 3 --
12 bool(true)
13 -- Iteration 4 --
14 bool(true)
15 -- Iteration 5 --
16 bool(false)
17 -- Iteration 6 --
18 bool(true)
19 -- Iteration 7 --
20 bool(true)
21 -- Iteration 8 --
22 bool(true)
23 -- Iteration 9 --
24 bool(true)
25 -- Iteration 10 --
26 bool(true)
27 Done