3v4l.org

run code in 300+ PHP versions simultaneously
<?php $body = 'https://www.youtube.com/watch?v=h2v5jh9hy-Y'; $body = parse_url($body); parse_str($body['query'], $query); $video = $query['v']; echo '<br><iframe width="420" height="315" src="https://www.youtube.com/embed/' . $video . '"></iframe><br>';
Output for git.master, git.master_jit, rfc.property-hooks
<br><iframe width="420" height="315" src="https://www.youtube.com/embed/h2v5jh9hy-Y"></iframe><br>

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