3v4l.org

run code in 300+ PHP versions simultaneously
<?php $line = '"1212","$ 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","","3232"'; $line = explode('","', $line); $line[0] = substr(trim($line[0], "\t\n\r"), 1); $line[count($line)-1] = substr(rtrim($line[count($line)-1], 0, count($line)-1), "\t\n\r"); print_r($line);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught ArgumentCountError: rtrim() expects at most 2 arguments, 3 given in /in/V9uDn:6 Stack trace: #0 /in/V9uDn(6): rtrim('3232"', 0, 25) #1 {main} thrown in /in/V9uDn on line 6
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:
41 ms | 401 KiB | 8 Q