Lines Matching refs:csv
2 Test fgetcsv() : usage variations - with line without any csv fields
13 echo "*** Testing fgetcsv() : reading the line which is without csv fields ***\n";
26 // create the file and add the content with has csv fields
37 fwrite($file_handle, "This is line of text without csv fields\n");
52 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
68 *** Testing fgetcsv() : reading the line which is without csv fields ***
73 string(39) "This is line of text without csv fields"
81 string(39) "This is line of text without csv fields"
89 string(39) "This is line of text without csv fields"
97 string(39) "This is line of text without csv fields"
105 string(39) "This is line of text without csv fields"
113 string(39) "This is line of text without csv fields"
121 string(39) "This is line of text without csv fields"
129 string(39) "This is line of text without csv fields"
137 string(39) "This is line of text without csv fields"
145 string(39) "This is line of text without csv fields"
153 string(39) "This is line of text without csv fields"
161 string(39) "This is line of text without csv fields"
169 string(39) "This is line of text without csv fields"
177 string(39) "This is line of text without csv fields"
185 string(39) "This is line of text without csv fields"