3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_content = '<iframe src="http://blip.tv/play/AYOrznEC.x?p=1" width="720" height="433" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOrznEC" style="display:none"></embed>'; preg_match('%blip.tv\/(?:play\/|api.swf#)([^\'"&?\/\.\s]+)%i',$_content, $matches); var_dump($matches); echo $_content;
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> string(21) "blip.tv/play/AYOrznEC" [1]=> string(8) "AYOrznEC" } <iframe src="http://blip.tv/play/AYOrznEC.x?p=1" width="720" height="433" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AYOrznEC" style="display:none"></embed>

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