3v4l.org

run code in 300+ PHP versions simultaneously
<video width="<?php echo $video_w; ?>" height="<?php echo $video_h; ?>" poster="<?php echo $video_u; ?>.jpg" controls="controls" preload="none"> <source type="video/mp4" src="<?php echo $video_u; ?>.mp4" /> <source type="video/webm" src="<?php echo $video_u; ?>.webm" /> <source type="video/ogg" src="<?php echo $video_u; ?>.ogv" /> <object width="<?php echo $video_w; ?>" height="<?php echo $video_h; ?>" type="application/x-shockwave-flash" data="flashmediaelement.swf"> <param name="movie" value="<?php bloginfo('template_url'); ?>/flash/flashmediaelement.swf" /> <param name="flashvars" value="controls=true&file=<?php echo $video_u; ?>.mp4" /> <img src="<?php bloginfo('template_url'); ?>/images/novideoplayback.jpg" width="<?php echo $video_w; ?>" height="<?php echo $video_h; ?>" title="No video playback capabilities" /> </object> </video>
Output for git.master, git.master_jit, rfc.property-hooks
<video width=" Warning: Undefined variable $video_w in /in/IE0Bg on line 1 " height=" Warning: Undefined variable $video_h in /in/IE0Bg on line 1 " poster=" Warning: Undefined variable $video_u in /in/IE0Bg on line 1 .jpg" controls="controls" preload="none"> <source type="video/mp4" src=" Warning: Undefined variable $video_u in /in/IE0Bg on line 2 .mp4" /> <source type="video/webm" src=" Warning: Undefined variable $video_u in /in/IE0Bg on line 3 .webm" /> <source type="video/ogg" src=" Warning: Undefined variable $video_u in /in/IE0Bg on line 4 .ogv" /> <object width=" Warning: Undefined variable $video_w in /in/IE0Bg on line 5 " height=" Warning: Undefined variable $video_h in /in/IE0Bg on line 5 " type="application/x-shockwave-flash" data="flashmediaelement.swf"> <param name="movie" value=" Fatal error: Uncaught Error: Call to undefined function bloginfo() in /in/IE0Bg:6 Stack trace: #0 {main} thrown in /in/IE0Bg on line 6
Process exited with code 255.

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