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; var_dump(str_getcsv($string, "\n", "\""));
Output for git.master, git.master_jit, rfc.property-hooks
array(6) { [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)" [1]=> string(25) "RAN Override = £268.50" [2]=> string(10) "IO: IO3943" [3]=> string(42) "Easy Fundraising: Silver Package (£895)" [4]=> string(25) "RAN Override = £268.50" [5]=> 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:
46.15 ms | 402 KiB | 8 Q