--TEST-- Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes) --FILE-- --EXPECT-- array(2) { [0]=> string(88) "this element contains the delimiter, and ends with an odd number of backslashes (ex: 1)\" [1]=> string(30) "and it isn't the last element$" }