Lines Matching refs:csv
2 Test fgetcsv() : usage variations - with line without any csv fields
12 echo "*** Testing fgetcsv() : reading the line which is without csv fields ***\n";
25 // create the file and add the content with has csv fields
36 fwrite($file_handle, "This is line of text without csv fields\n");
51 // read the line which is without csv fields, provide delimiter and see the working of fgetcsv
67 *** Testing fgetcsv() : reading the line which is without csv fields ***
72 string(39) "This is line of text without csv fields"
80 string(39) "This is line of text without csv fields"
88 string(39) "This is line of text without csv fields"
96 string(39) "This is line of text without csv fields"
104 string(39) "This is line of text without csv fields"
112 string(39) "This is line of text without csv fields"
120 string(39) "This is line of text without csv fields"
128 string(39) "This is line of text without csv fields"
136 string(39) "This is line of text without csv fields"
144 string(39) "This is line of text without csv fields"
152 string(39) "This is line of text without csv fields"
160 string(39) "This is line of text without csv fields"
168 string(39) "This is line of text without csv fields"
176 string(39) "This is line of text without csv fields"
184 string(39) "This is line of text without csv fields"