"foo",bar\n"
Deprecated: fgetcsv(): the $escape parameter must be provided as its default value will change in /in/j52kQ on line 7
array(2) {
[0]=>
string(4) "foo""
[1]=>
string(3) "bar"
}
"",bar"
Deprecated: fgetcsv(): the $escape parameter must be provided as its default value will change in /in/j52kQ on line 7
array(1) {
[0]=>
string(4) ",bar"
}
"",bar\n"
Deprecated: fgetcsv(): the $escape parameter must be provided as its default value will change in /in/j52kQ on line 7
array(1) {
[0]=>
string(5) ",bar
"
}
""
Deprecated: fgetcsv(): the $escape parameter must be provided as its default value will change in /in/j52kQ on line 7
bool(false)