3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = '<p>test test test&nbsp;</p><p><img src="http://static.adzerk.net/Advertisers/f380ecc42410414693b467ac7a97901b.png" style="width: 728px;"><br></p><p>test test</p><p><img src="http://static.adzerk.net/Advertisers/f380ecc42410414693b467ac7a97901b.png" style="width: 728px;"><br></p>'; $text = preg_replace("/<img[^>]+>/", "", $text); var_dump($text);
Output for git.master, git.master_jit, rfc.property-hooks
string(65) "<p>test test test&nbsp;</p><p><br></p><p>test test</p><p><br></p>"

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:
27.62 ms | 405 KiB | 5 Q