3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fh = tmpfile(); fwrite($fh, str_repeat('x', 8191) . "\r\ny"); fseek($fh, 0); $i = 0; while($f = fgetcsv($fh)) { echo $i++; }

preferences:
75.8 ms | 402 KiB | 5 Q