3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list = '[["A1","B1","C1","D1","E1"],["A2","B2","C2","D2","E2"],["A3","B3","C3","D3","E3"],["A4","B4","C4","D4","E4"],["A5","B5","C5","D5","E5"]]'; $data = json_decode($list); $maxcols = count($list); for ($row=0; $row<$maxcols; $row++) { for ($col=0; $col<$maxcols; $col++) { print $list[$col][$row]." "; } print "<br>"; }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in /in/DEn2T:6 Stack trace: #0 {main} thrown in /in/DEn2T 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:
67.31 ms | 401 KiB | 8 Q