Home
last modified time | relevance | path

Searched refs:read (Results 151 – 175 of 478) sorted by last modified time

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_variation3.phpt28 fwrite($h, "contents read");
127 string(13) "contents read"
130 string(13) "contents read"
133 string(%d) "contents read"
136 string(%d) "contents read"
139 string(%d) "contents read"
142 string(%d) "contents read"
145 string(%d) "contents read"
148 string(%d) "contents read"
151 string(%d) "contents read"
[all …]
H A Dfile_variation8-win32.phpt53 fwrite($h, "contents read");
76 string(13) "contents read"
82 string(13) "contents read"
88 string(13) "contents read"
94 string(13) "contents read"
110 string(13) "contents read"
116 string(13) "contents read"
122 string(13) "contents read"
128 string(13) "contents read"
139 string(13) "contents read"
H A Dfile_variation8.phpt45 fwrite($h, "contents read");
68 string(13) "contents read"
74 string(13) "contents read"
80 string(13) "contents read"
86 string(13) "contents read"
102 string(13) "contents read"
108 string(13) "contents read"
114 string(13) "contents read"
120 string(13) "contents read"
H A Dfile_get_contents_variation4.phpt28 fwrite($h, "contents read");
186 string(%d) "contents read"
189 string(%d) "contents read"
240 string(%d) "contents read"
243 string(%d) "contents read"
247 string(%d) "contents read"
250 string(%d) "contents read"
H A Dfile_get_contents_variation5.phpt28 fwrite($h, b"contents read");
125 string(%d) "contents read"
128 string(%d) "ontents read"
134 string(%d) "contents read"
140 string(%d) "contents read"
149 string(%d) "contents read"
168 string(%d) "contents read"
171 string(%d) "contents read"
174 string(12) "ontents read"
177 string(%d) "contents read"
[all …]
H A Dfile_get_contents_variation6.phpt28 fwrite($h, "contents read");
128 string(%d) "contents read"
H A Dfile_get_contents_variation7-win32.phpt53 fwrite($h, "contents read");
74 string(%d) "contents read"
77 string(%d) "contents read"
80 string(%d) "contents read"
83 string(%d) "contents read"
96 string(%d) "contents read"
99 string(%d) "contents read"
102 string(%d) "contents read"
105 string(%d) "contents read"
113 string(%d) "contents read"
H A Dfile_get_contents_variation7.phpt45 fwrite($h, "contents read");
66 string(%d) "contents read"
69 string(%d) "contents read"
72 string(%d) "contents read"
75 string(%d) "contents read"
88 string(%d) "contents read"
91 string(%d) "contents read"
94 string(%d) "contents read"
97 string(%d) "contents read"
H A Dfgetcsv_variation27.phpt11 Testing fgetcsv() to read from a file when provided with negative length argument
17 /* the array is with three elements in it. Each element should be read as
59 // this will be used to test, if the fgetcsv() read more than a line and its
60 // working when only a blank line is read
64 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation28.phpt11 Testing fgetcsv() to read from a file when provided with negative length argument
17 /* the array is with three elements in it. Each element should be read as
59 // this will be used to test, if the fgetcsv() read more than a line and its
60 // working when only a blank line is read
64 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation29.phpt11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
17 /* the array is with two elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blan line is read
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation3.phpt10 /* Testing fgetcsv() to read from a file when provided with delimiter value as NULL */
14 /* the array is with three elements in it. Each element should be read as
56 // this will be used to test, if the fgetcsv() read more than a line and its
57 // working when only a blank line is read
61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation30.phpt11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
17 /* the array is with two elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blan line is read
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation31.phpt11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
17 /* the array is with two elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blan line is read
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation4.phpt10 /* Testing fgetcsv() to read from a file when provided with enclosure value as NULL */
14 /* the array is with three elements in it. Each element should be read as
55 // this will be used to test, if the fgetcsv() read more than a line and its
56 // working when only a blan line is read
60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation5.phpt11 Testing fgetcsv() to read from a file when provided with delimiter and
17 /* the array is with three elements in it. Each element should be read as
58 // this will be used to test, if the fgetcsv() read more than a line and its
59 // working when only a blank line is read
63 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation6.phpt11 Testing fgetcsv() to read from a file when provided with the length argument
17 /* the array is with three elements in it. Each element should be read as
58 // this will be used to test, if the fgetcsv() read more than a line and its
59 // working when only a blan line is read
63 // close the file if the mode to be used is read mode and re-open using read mode
83 // read rest of the line
H A Dfgetcsv_variation7.phpt10 /* Testing fgetcsv() to read from a file when provided with default value of arguments */
14 /* the array is with three elements in it. Each element should be read as
55 // this will be used to test, if the fgetcsv() read more than a line and its
56 // working when only a blank line is read
60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation8.phpt11 Testing fgetcsv() to read from a file when provided with values of delimiter and
12 enclosure that are not present in the line read by fgetcsv()
17 /* the array is with three elements in it. Each element should be read as
59 // this will be used to test, if the fgetcsv() read more than a line and its
60 // working when only a blank line is read
64 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation9.phpt11 Testing fgetcsv() to read from a file when the delimiter argument value is not
12 present in the line being read by the fgetcsv()
17 /* the array is with three elements in it. Each element should be read as
58 // this will be used to test, if the fgetcsv() read more than a line and its
59 // working when only a blan line is read
63 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgets_variation1.phpt37 // read from file
38 var_dump( fgets($file_handle) ); // expected : no chars should be read
H A Dfgets_variation2.phpt26 // read from closed file
H A Dfgets_variation6-win32.phpt2 Test fgets() function : usage variations - read when file pointer at EOF
50 var_dump( fgets($file_handle) ); // try n read a line, none expected
H A Dfgets_variation6.phpt2 Test fgets() function : usage variations - read when file pointer at EOF
50 var_dump( fgets($file_handle) ); // try n read a line, none expected
H A Dfgetss_variation1-win32.phpt65 /* read entire file and strip tags */
67 var_dump( fgetss($file_handle) ); // expected : no character should be read
88 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
98 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
108 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
118 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
128 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
138 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
148 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
158 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]

Completed in 75 milliseconds

12345678910>>...20