3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '["4a21da2670ce6528b2cffebf6f42cb1b8ade3c13.png","4d9465c0694079296b24f6e3be7b226eaa9f94dd.png"]'; $array = json_decode($json); foreach($array as $a) { echo '<img src="/uploads/products/'.$a.'" width="35">'; }
Output for git.master, git.master_jit, rfc.property-hooks
<img src="/uploads/products/4a21da2670ce6528b2cffebf6f42cb1b8ade3c13.png" width="35"><img src="/uploads/products/4d9465c0694079296b24f6e3be7b226eaa9f94dd.png" width="35">

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.06 ms | 401 KiB | 8 Q