3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array('a"b', 'a\\"b'); $file = fopen('php://memory', 'w+'); fputcsv($file, $array); rewind($file); var_dump(rtrim(stream_get_contents($file))); fclose($file);

preferences:
25.08 ms | 410 KiB | 5 Q