3v4l.org

run code in 300+ PHP versions simultaneously
<?php $f = fopen('php://memory', 'w+'); fwrite($f, "T17492-RB\t\"Delta Faucets\"\t"); rewind($f); $fields = fgetcsv($f, 999999, "\t", '"', "\\"); fclose($f); var_dump($fields);
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
array(3) { [0]=> string(9) "T17492-RB" [1]=> string(13) "Delta Faucets" [2]=> string(0) "" }
Output for 5.1.4 - 5.1.6, 5.2.0 - 5.2.17
Warning: fgetcsv() expects at most 4 parameters, 5 given in /in/c2coK on line 6 NULL
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.3
Warning: fopen(php://memory): failed to open stream: Success in /in/c2coK on line 3 Warning: fwrite(): supplied argument is not a valid stream resource in /in/c2coK on line 4 Warning: rewind(): supplied argument is not a valid stream resource in /in/c2coK on line 5 Warning: fgetcsv() expects at most 4 parameters, 5 given in /in/c2coK on line 6 Warning: fclose(): supplied argument is not a valid stream resource in /in/c2coK on line 7 NULL
Output for 4.3.3 - 4.3.11, 4.4.0 - 4.4.9
Warning: fopen(php://memory): failed to open stream: Success in /in/c2coK on line 3 Warning: fwrite(): supplied argument is not a valid stream resource in /in/c2coK on line 4 Warning: rewind(): supplied argument is not a valid stream resource in /in/c2coK on line 5 Warning: Wrong parameter count for fgetcsv() in /in/c2coK on line 6 Warning: fclose(): supplied argument is not a valid stream resource in /in/c2coK on line 7 NULL
Output for 4.3.2
Warning: fopen(php://memory): failed to open stream: Inappropriate ioctl for device in /in/c2coK on line 3 Warning: fwrite(): supplied argument is not a valid stream resource in /in/c2coK on line 4 Warning: rewind(): supplied argument is not a valid stream resource in /in/c2coK on line 5 Warning: Wrong parameter count for fgetcsv() in /in/c2coK on line 6 Warning: fclose(): supplied argument is not a valid stream resource in /in/c2coK on line 7 NULL
Output for 4.3.0 - 4.3.1
Warning: fopen(php://memory) [http://www.php.net/function.fopen]: failed to create stream: Inappropriate ioctl for device in /in/c2coK on line 3 Warning: fwrite(): supplied argument is not a valid stream resource in /in/c2coK on line 4 Warning: rewind(): supplied argument is not a valid stream resource in /in/c2coK on line 5 Warning: Wrong parameter count for fgetcsv() in /in/c2coK on line 6 Warning: fclose(): supplied argument is not a valid stream resource in /in/c2coK on line 7 NULL

preferences:
149.77 ms | 415 KiB | 5 Q