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], "\t\n\r"), 0, count($line)-1); $lastItem = rtrim($line[count($line)-1], "\t\n\r"); echo $lastItem.PHP_EOL; echo count($lastItem).PHP_EOL; echo substr($lastItem, 0, count($lastItem)).PHP_EOL; echo substr($lastItem, 0, count($lastItem)-1).PHP_EOL;
Output for git.master, git.master_jit, rfc.property-hooks
3232" Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in /in/gFnmT:10 Stack trace: #0 {main} thrown in /in/gFnmT on line 10
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:
40.92 ms | 401 KiB | 8 Q