3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<<EOL 01/04/2017,1649359,36350,"Dune London - EU Affiliate Programme",26/06/2017,01/06/2017,"136,86","0,00","0,00","0,00","1.790,00","Easy Fundraising: Silver Package (£895) RAN Override = £268.50 IO: IO3943 Easy Fundraising: Silver Package (£895) RAN Override = £268.50 IO: IO3921","0,00","385,37","2.312,23",GBP,Paid EOL; $f = fopen('php://temp', 'r+'); fwrite($f, $string); rewind($f); while (($data = fgetcsv($f, 0, "\n")) !== FALSE) { var_dump($data); }
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { [0]=> string(170) "01/04/2017,1649359,36350,"Dune London - EU Affiliate Programme",26/06/2017,01/06/2017,"136,86","0,00","0,00","0,00","1.790,00","Easy Fundraising: Silver Package (£895)" } array(1) { [0]=> string(25) "RAN Override = £268.50" } array(1) { [0]=> string(10) "IO: IO3943" } array(1) { [0]=> string(42) "Easy Fundraising: Silver Package (£895)" } array(1) { [0]=> string(25) "RAN Override = £268.50" } array(1) { [0]=> string(47) "IO: IO3921","0,00","385,37","2.312,23",GBP,Paid" }

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:
39.91 ms | 402 KiB | 8 Q