3v4l.org

run code in 300+ PHP versions simultaneously
<?php $app['additional_images']="https://www.google.com/images/srpr/logo11w.png"; $app['product_url']='<a href="http://www.example.com/product.html">The product</a>'; $temp_arr = explode(">",$app['product_url']); $reconstruct_link_opening_tag=$temp_arr[0].">"; $reconstruct_link_closing_tag="</a>"; // your code..... if (!empty($app['additional_images'])) echo'<span>'.$reconstruct_link_opening_tag.'<img src="'.$app['additional_images'].'">'.$reconstruct_link_closing_tag.'</span>';
Output for git.master, git.master_jit, rfc.property-hooks
<span><a href="http://www.example.com/product.html"><img src="https://www.google.com/images/srpr/logo11w.png"></a></span>

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