3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = 1; $year = 2014; for($i=0;$i<10;$i++){ echo $test++.' '.$year++.'<br/>'; }
Output for git.master, git.master_jit, rfc.property-hooks
1 2014<br/>2 2015<br/>3 2016<br/>4 2017<br/>5 2018<br/>6 2019<br/>7 2020<br/>8 2021<br/>9 2022<br/>10 2023<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:
41.15 ms | 401 KiB | 8 Q