3v4l.org

run code in 300+ PHP versions simultaneously
<?php $current_year = date("Y"); $years = range(intval($current_year), 2016); echo "<ul>"; foreach ($years as $value) { echo "<li><a href='blog_posts.php?month=01&yr=$value;'>$value</a></li>"; } echo "</ul>";
Output for git.master, git.master_jit, rfc.property-hooks
<ul><li><a href='blog_posts.php?month=01&yr=2019;'>2019</a></li><li><a href='blog_posts.php?month=01&yr=2018;'>2018</a></li><li><a href='blog_posts.php?month=01&yr=2017;'>2017</a></li><li><a href='blog_posts.php?month=01&yr=2016;'>2016</a></li></ul>

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:
24.47 ms | 406 KiB | 5 Q