--TEST-- str_getcsv() with empty $escape --FILE-- ===DONE=== --EXPECT-- Array ( [0] => cell1 [1] => cell2\ [2] => cell3 [3] => cell4 ) ===DONE===