Home
last modified time | relevance | path

Searched refs:read (Results 201 – 225 of 478) sorted by last modified time

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt11 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
39 // close the file if the mode to be used is read mode and re-open using read mode
52 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
H A Dfgetcsv_variation16.phpt10 /* Testing fgetcsv() to read a file when provided with default enclosure character
16 /* the array is with two elements in it. Each element should be read as
52 // this will be used to test, if the fgetcsv() read more than a line and its
53 // working when only a blan line is read
57 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation17.phpt10 /* Testing fgetcsv() to read a file when provided with default enclosure character
11 and length value less than the size of line being read
16 /* the array is with two elements in it. Each element should be read as
52 // this will be used to test, if the fgetcsv() read more than a line and its
53 // working when only a blan line is read
57 // close the file if the mode to be used is read mode and re-open using read mode
78 // read rest of the line
H A Dfgetcsv_variation18.phpt10 /* Testing fgetcsv() to read a file when provided with default enclosure character
11 and with delimiter character which is not in the line being read by fgetcsv()
16 /* the array is with two elements in it. Each element should be read as
52 // this will be used to test, if the fgetcsv() read more than a line and its
53 // working when only a blank line is read
57 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation22.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_variation23.phpt10 /* Testing fgetcsv() to read from an empty file */
15 // create the file and then open in read mode and try reading
H A Dfgetcsv_variation24.phpt11 Testing fgetcsv() to read from a file opened in various write modes and
17 /* 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_variation25.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_variation26.phpt10 /* Testing fgetcsv() to read from files opened in write only mode */
14 /* the array is with three elements in it. Each element should be read as
52 // this will be used to test, if the fgetcsv() read more than a line and its
53 // working when only a blank line is read
H A Dfgetcsv_variation1.phpt10 /* Testing fgetcsv() to read a file when all its parameters are provided */
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_variation14.phpt38 // close the file if the mode to be used is read mode and re-open using read mode
52 // read the next line which is a blank line to see the working of fgetcsv
58 // read again to struck EOF
H A Dfgetcsv_variation15.phpt10 /* Testing fgetcsv() to read a file when provided with default enclosure character */
14 /* the array is with two elements in it. Each element should be read as
50 // this will be used to test, if the fgetcsv() read more than a line and its
51 // working when only a blan line is read
55 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation19.phpt11 Testing fgetcsv() to read a file when provided with default enclosure character
17 /* the array is with two elements in it. Each element should be read as
53 // this will be used to test, if the fgetcsv() read more than a line and its
54 // working when only a blank line is read
58 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation2.phpt14 /* 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_variation20.phpt11 Testing fgetcsv() to read a line without any csv fields from a file
40 // close the file if the mode to be used is read mode and re-open using read mode
54 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
H A Dfgetcsv_variation21.phpt11 Testing fgetcsv() to read a file containing blank line when provided with
40 // close the file if the mode to be used is read mode and re-open using read mode
54 // read the line which is a blank line to see the working of fgetcsv
H A Dbug43008.phpt10 . b"php://filter/read="
H A D007_variation1.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
H A D007_variation10.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation11-win32.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation11.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation12-win32.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation12.phpt23 checking for the file creation, write & read operations,
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13-win32.phpt23 checking for the file creation, write & read operations,
40 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt23 checking for the file creation, write & read operations,
40 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…

Completed in 39 milliseconds

12345678910>>...20