3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 65; $i <= 126; $i++) { If($i >90){ $k = floor(($i-26)/65); 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> 1[<br> 1\<br> 1]<br> 1^<br> 1_<br> 1`<br> 1a<br> 1b<br> 1c<br> 1d<br> 1e<br> 1f<br> 1g<br> 1h<br> 1i<br> 1j<br> 1k<br> 1l<br> 1m<br> 1n<br> 1o<br> 1p<br> 1q<br> 1r<br> 1s<br> 1t<br> 1u<br> 1v<br> 1w<br> 1x<br> 1y<br> 1z<br> 1{<br> 1|<br> 1}<br> 1~<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:
47.76 ms | 402 KiB | 8 Q