3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 65; $i <= 126; $i++) { If($i >90){ $k = ($i-65)%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> 26[<br> 27\<br> 28]<br> 29^<br> 30_<br> 31`<br> 32a<br> 33b<br> 34c<br> 35d<br> 36e<br> 37f<br> 38g<br> 39h<br> 40i<br> 41j<br> 42k<br> 43l<br> 44m<br> 45n<br> 46o<br> 47p<br> 48q<br> 49r<br> 50s<br> 51t<br> 52u<br> 53v<br> 54w<br> 55x<br> 56y<br> 57z<br> 58{<br> 59|<br> 60}<br> 61~<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:
46.26 ms | 402 KiB | 8 Q