3v4l.org

run code in 300+ PHP versions simultaneously
<?php $line = '"","$ 507.74","$ 0.00","$ 2,954.16","Kč 9,647.00","","TDR 697","","Kč 23,737.00","","","","","Kč 457.00","","","","","Kč 29,959.00","","","","","$ 104.00","",""'; $line = trim($line, "\"\t\n\r"); $line = explode('","', $line); print_r($line);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => ,"$ 507.74 [1] => $ 0.00 [2] => $ 2,954.16 [3] => Kč 9,647.00 [4] => [5] => TDR 697 [6] => [7] => Kč 23,737.00 [8] => [9] => [10] => [11] => [12] => Kč 457.00 [13] => [14] => [15] => [16] => [17] => Kč 29,959.00 [18] => [19] => [20] => [21] => [22] => $ 104.00 [23] => ", )

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