3v4l.org

run code in 500+ PHP versions simultaneously
<?php $beskrivelse = "\\<img>30.jpg\\<img> \\<img>50.jpg\\<img>"; echo "ORIGINAL: " . $beskrivelse . PHP_EOL; $beskrivelse = preg_replace('/\\\\<img>(.*?)\\\\<img>/', "<img scr='img/\$1'>", $beskrivelse); echo "NEW: " . $beskrivelse . PHP_EOL;
Output for git.master_jit, git.master, rfc.property-hooks
ORIGINAL: \<img>30.jpg\<img> \<img>50.jpg\<img> NEW: <img scr='img/30.jpg'> <img scr='img/50.jpg'>

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.16 ms | 983 KiB | 4 Q