3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 65; $i <= 126; $i++) { If($i >90){ $k = ($i-65)%26; echo $k; //echo chr($k*65-26); } echo chr(($i%65)+65)."<br>\n"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
A<br> B<br> C<br> D<br> E<br> F<br> G<br> H<br> I<br> J<br> K<br> L<br> M<br> N<br> O<br> P<br> Q<br> R<br> S<br> T<br> U<br> V<br> W<br> X<br> Y<br> Z<br> 0[<br> 1\<br> 2]<br> 3^<br> 4_<br> 5`<br> 6a<br> 7b<br> 8c<br> 9d<br> 10e<br> 11f<br> 12g<br> 13h<br> 14i<br> 15j<br> 16k<br> 17l<br> 18m<br> 19n<br> 20o<br> 21p<br> 22q<br> 23r<br> 24s<br> 25t<br> 0u<br> 1v<br> 2w<br> 3x<br> 4y<br> 5z<br> 6{<br> 7|<br> 8}<br> 9~<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:
55.56 ms | 402 KiB | 8 Q