3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '/(.*?)(\[\w{3}=\')(\w+\.\w+)(\'\])(.*?)(\[\w{3}=\')(\w+\.\w+).*/s'; $str = 'Hello, view this pdf [PDF=\'hello.pdf\'] and then view this PDF [PDF=\'goodmorning.pdf\'] Hello, view this pdf <object data="https://myurl.com/media/hello.pdf" class="pdf-shortcode- iframe" type="application/pdf"> <iframe class="pdf-shortcode-iframe" src="https://docs.google.com/viewer? url=https://myurl.com/media/hello.pdf&embedded=true"></iframe> </object> and then view this PDF <object data="https://myurl.com/media/goodmorning.pdf" class="pdf- shortcode-iframe" type="application/pdf"> <iframe class="pdf-shortcode-iframe" src="https://docs.google.com/viewer? url=https://myurl.com/media/hello.pdf&embedded=true"></iframe> </object>'; $subst = '$1 <object data=\\"https://myurl.com/media/$3\\" class=\\"pdf-shortcode-iframe" type=\\"application/pdf\\"> <iframe class=\\"pdf-shortcode-iframe\\" src=\\"https://docs.google.com/viewer?url=https://myurl.com/media/$3&embedded=true\\"></iframe> </object>$5 <object data=\\"https://myurl.com/media/$7\\" class=\\"pdf-shortcode-iframe\\" type=\\"application/pdf\\"> <iframe class=\\"pdf-shortcode-iframe\\" src=\\"https://docs.google.com/viewer? url=https://myurl.com/media/$3&embedded=true"></iframe> </object>'; $result = preg_replace($re, $subst, $str); echo "The result of the substitution is ".$result;
Output for git.master, git.master_jit, rfc.property-hooks
The result of the substitution is Hello, view this pdf <object data=\"https://myurl.com/media/hello.pdf\" class=\"pdf-shortcode-iframe" type=\"application/pdf\"> <iframe class=\"pdf-shortcode-iframe\" src=\"https://docs.google.com/viewer?url=https://myurl.com/media/hello.pdf&embedded=true\"></iframe> </object> and then view this PDF <object data=\"https://myurl.com/media/goodmorning.pdf\" class=\"pdf-shortcode-iframe\" type=\"application/pdf\"> <iframe class=\"pdf-shortcode-iframe\" src=\"https://docs.google.com/viewer? url=https://myurl.com/media/hello.pdf&embedded=true"></iframe> </object>

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:
43.16 ms | 402 KiB | 8 Q