3v4l.org

run code in 300+ PHP versions simultaneously
<?php $base = json_decode( '{ "Username": { "125678": { "date": "123456", "status": "paid", "amount": 1000, "system": "ABX" }, "1201": { "date": "123456", "status": "paid", "amount": 1000, "system": "ABX" }, "1345": { "date": "123456", "status": "paid", "amount": 1000, "system": "ADB" } } }', true); foreach ($base as $username => $userobjects) { foreach ($userobjects as $objectkey => $objectvalue) { echo '<th scope="row">'.$objectvalue["date"].'</th><td>'.$objectvalue["status"].'</td><td>'.$objectvalue["system"].'</td>'; } }
Output for git.master, git.master_jit, rfc.property-hooks
<th scope="row">123456</th><td>paid</td><td>ABX</td><th scope="row">123456</th><td>paid</td><td>ABX</td><th scope="row">123456</th><td>paid</td><td>ADB</td>

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