<?php $x = str_getcsv('"\"test\""'); echo $x[0], "\n"; $x = str_getcsv('"""test"""'); echo $x[0], "\n";
You have javascript disabled. You will not be able to edit any code.