--TEST-- fgetcsv() with unterminated enclosure at the end of file --FILE-- --EXPECT-- array(2) { [0]=> string(5) "cell1" [1]=> string(5) "cell2" } array(2) { [0]=> string(5) "cell1" [1]=> string(0) "" }