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); $line[0] = trim($line[0], "\"\t\n\r"); $line[length($line)-1] = rtrim($line[0], "\"\t\n\r"); print_r($line);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function length() in /in/SqlM1:7 Stack trace: #0 {main} thrown in /in/SqlM1 on line 7
Process exited with code 255.

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:
52.77 ms | 401 KiB | 8 Q