3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = <<<TEXT Group 1,Good,LEADS,"Leads Description 1 Leads Description 2","Note 1 Note 2",1,100,210,10,Amt,15% Group 2,Good, SWITCHING, Switching, Description 1, "Switching Note 1 Switching Note 2",4,130,210,15,Amt,15% Group 1,Service,LICENCE,Licence Description 1,Licence Note 1,2,200,400,5,Pct,15% TEXT; var_export(preg_split('~"[^"]*"(*SKIP)(*FAIL)|\R\s*~', $text));
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => 'Group 1,Good,LEADS,"Leads Description 1 Leads Description 2","Note 1 Note 2",1,100,210,10,Amt,15% ', 1 => 'Group 2,Good, SWITCHING, Switching, Description 1, "Switching Note 1 Switching Note 2",4,130,210,15,Amt,15%', 2 => 'Group 1,Service,LICENCE,Licence Description 1,Licence Note 1,2,200,400,5,Pct,15%', )

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