Lines Matching refs:fields

2 Test fgetcsv() : usage variations - with default enclosure, line without any csv fields
7 Description: Gets line from file pointer and parse for CSV fields
11 Testing fgetcsv() to read a line without any csv fields from a file
15 echo "*** Testing fgetcsv() : with default enclosure, line without any csv fields ***\n";
27 // create the file and add the content with has csv fields
38 fwrite($file_handle, "This is line of text without csv fields\n");
52 // call fgetcsv() to parse csv fields
54 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
70 *** Testing fgetcsv() : with default enclosure, line without any csv fields ***
75 string(39) "This is line of text without csv fields"
83 string(39) "This is line of text without csv fields"
91 string(39) "This is line of text without csv fields"
99 string(39) "This is line of text without csv fields"
107 string(39) "This is line of text without csv fields"
115 string(39) "This is line of text without csv fields"
123 string(39) "This is line of text without csv fields"
131 string(39) "This is line of text without csv fields"
139 string(39) "This is line of text without csv fields"
147 string(39) "This is line of text without csv fields"
155 string(39) "This is line of text without csv fields"
163 string(39) "This is line of text without csv fields"
171 string(39) "This is line of text without csv fields"
179 string(39) "This is line of text without csv fields"
187 string(39) "This is line of text without csv fields"