3v4l.org

run code in 300+ PHP versions simultaneously
<?php $line = '"Item no.";"Product name English";"Description English";"Specification English";"System requirements English";"Package content English";"Category 1 English";"Category 2 English";"Category 3 English";"Price";"EUP";"EAN";"Delivery status";"Stock";"Manufacturer";"Main picture";"Additional image 1";"delivery date";"Data sheet English";'. "\n"; $stream = fopen('php://memory', 'r+'); fwrite($stream, $line); rewind($stream); $array = fgetcsv($stream, 1000, ';'); var_dump($array);
Output for git.master, git.master_jit, rfc.property-hooks
array(20) { [0]=> string(8) "Item no." [1]=> string(20) "Product name English" [2]=> string(19) "Description English" [3]=> string(21) "Specification English" [4]=> string(27) "System requirements English" [5]=> string(23) "Package content English" [6]=> string(18) "Category 1 English" [7]=> string(18) "Category 2 English" [8]=> string(18) "Category 3 English" [9]=> string(5) "Price" [10]=> string(3) "EUP" [11]=> string(3) "EAN" [12]=> string(15) "Delivery status" [13]=> string(5) "Stock" [14]=> string(12) "Manufacturer" [15]=> string(12) "Main picture" [16]=> string(18) "Additional image 1" [17]=> string(13) "delivery date" [18]=> string(18) "Data sheet English" [19]=> string(0) "" }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
55.42 ms | 403 KiB | 8 Q