import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / file_basic.php.expectf
blob534c1fdb69e900ab69d6a8c4264c302c9235f1a4
1 *** Testing file() with basic types of files ***
2 Array
4     [0] => 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
6 Array
8     [0] => text text text text text text text text text text text text text text text text text text text text 
10 Array
13 Array
15     [0] => line
17     [1] => line of text
19     [2] => line
21     [3] => line of text
23     [4] => line
25     [5] => line of text
27     [6] => line
29     [7] => line of text
31     [8] => line
33     [9] => line of text
35     [10] => line
37     [11] => line 
39 *** Testing for return type of file() function ***
40 bool(true)
41 bool(true)
42 bool(true)
43 bool(true)
45 --- Done ---